#EADF8C

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

Shades of Primrose #EADF8C

Tints of Primrose #EADF8C

Color information

#EADF8C (or 0xEADF8C) is unknown color: approx Primrose. HEX triplet: EA, DF and 8C. RGB value is (234,223,140). Sum of RGB (Red+Green+Blue) = 234+223+140=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF8C is #152073. Grayscale: #D9D9D9. Windows color (decimal): -1384564 or 9232362. OLE color: 9232362.

HSL color Cylindrical-coordinate representation of color #EADF8C: hue angle of 52.98º 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 #EADF8C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234223140-
CMYK00.050.400.08
HSL52.98º69.12%73.33%-
HSV(B)52.98º40.17%91.76%-
XYZ65.0572.1635.31-
YUV216.8384.64140.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 140 (55.08% from 255) = 23.45%
R=39.20%
G=37.35%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422314000.050.400.0852.9869.1273.33
HexEADF8C05288354549
Octal35233721405501065105111
Binary1110101011011111100011000101101000100011010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF8C; }

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

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

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

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

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

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

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

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