#EBE399

Color #EBE399 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #EBE399

Tints of Primrose #EBE399

Color information

#EBE399 (or 0xEBE399) is unknown color: approx Primrose. HEX triplet: EB, E3 and 99. RGB value is (235,227,153). Sum of RGB (Red+Green+Blue) = 235+227+153=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE399 is #141C66. Grayscale: #DDDDDD. Windows color (decimal): -1317991 or 10085355. OLE color: 10085355.

HSL color Cylindrical-coordinate representation of color #EBE399: hue angle of 54.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBE399 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235227153-
CMYK00.030.350.08
HSL54.15º67.21%76.08%-
HSV(B)54.15º34.89%92.16%-
XYZ67.4874.941.04-
YUV220.9689.65138.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 153 (60.16% from 255) = 24.88%
R=38.21%
G=36.91%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522715300.030.350.0854.1567.2176.08
HexEBE3990323836434c
Octal35334323103431066103114
Binary111010111110001110011001011100011100011011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE399; }

 p { color: rgb(235,227,153); }

 H1.HeaderClassName
 {
   color: #EBE399;
 }
 .AnyTagClassName
 {
   color: #EBE399;
 }
</style>
background-color css

<style>
 a { background-color: #EBE399; }

 a { background-color: rgb(235,227,153); }

 div.DivClassName
 {
   background-color: #EBE399;
 }
 .BgClassName
 {
   background-color: #EBE399;
 }
</style>
border-color css

<style>
 span { border-color: #EBE399; }

 span { border-color: rgb(235,227,153); }

 td.TdClassName
 {
   border-color: #EBE399;
 }
 .TagClassName
 {
   border-color: #EBE399;
 }
</style>