#EADB8C

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

Shades of Primrose #EADB8C

Tints of Primrose #EADB8C

Color information

#EADB8C (or 0xEADB8C) is unknown color: approx Primrose. HEX triplet: EA, DB and 8C. RGB value is (234,219,140). Sum of RGB (Red+Green+Blue) = 234+219+140=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB8C is #152473. Grayscale: #D6D6D6. Windows color (decimal): -1385588 or 9231338. OLE color: 9231338.

HSL color Cylindrical-coordinate representation of color #EADB8C: hue angle of 50.43º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EADB8C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234219140-
CMYK00.060.400.08
HSL50.43º69.12%73.33%-
HSV(B)50.43º40.17%91.76%-
XYZ6470.0534.96-
YUV214.4885.97141.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 140 (55.08% from 255) = 23.61%
R=39.46%
G=36.93%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421914000.060.400.0850.4369.1273.33
HexEADB8C06288324549
Octal35233321406501062105111
Binary1110101011011011100011000110101000100011001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB8C; }

 p { color: rgb(234,219,140); }

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

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

 a { background-color: rgb(234,219,140); }

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

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

 span { border-color: rgb(234,219,140); }

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