#EADC8F

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

Shades of Primrose #EADC8F

Tints of Primrose #EADC8F

Color information

#EADC8F (or 0xEADC8F) is unknown color: approx Primrose. HEX triplet: EA, DC and 8F. RGB value is (234,220,143). Sum of RGB (Red+Green+Blue) = 234+220+143=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC8F is #152370. Grayscale: #D7D7D7. Windows color (decimal): -1385329 or 9428202. OLE color: 9428202.

HSL color Cylindrical-coordinate representation of color #EADC8F: hue angle of 50.77º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EADC8F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234220143-
CMYK00.060.390.08
HSL50.77º68.42%73.92%-
HSV(B)50.77º38.89%91.76%-
XYZ64.4870.6636.23-
YUV215.4187.14141.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 143 (56.25% from 255) = 23.95%
R=39.20%
G=36.85%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422014300.060.390.0850.7768.4273.92
HexEADC8F0627833444a
Octal35233421706471063104112
Binary1110101011011100100011110110100111100011001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC8F; }

 p { color: rgb(234,220,143); }

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

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

 a { background-color: rgb(234,220,143); }

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

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

 span { border-color: rgb(234,220,143); }

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