#EAE09C

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

Shades of Primrose #EAE09C

Tints of Primrose #EAE09C

Color information

#EAE09C (or 0xEAE09C) is unknown color: approx Primrose. HEX triplet: EA, E0 and 9C. RGB value is (234,224,156). Sum of RGB (Red+Green+Blue) = 234+224+156=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09C is #151F63. Grayscale: #DBDBDB. Windows color (decimal): -1384292 or 10281194. OLE color: 10281194.

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

Color convert

RGB234224156-
CMYK00.040.330.08
HSL52.31º65%76.47%-
HSV(B)52.31º33.33%91.76%-
XYZ66.5973.242.07-
YUV219.2492.31138.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 156 (61.33% from 255) = 25.41%
R=38.11%
G=36.48%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422415600.040.330.0852.316576.47
HexEAE09C0421834414c
Octal35234023404411064101114
Binary1110101011100000100111000100100001100011010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE09C; }

 p { color: rgb(234,224,156); }

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

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

 a { background-color: rgb(234,224,156); }

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

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

 span { border-color: rgb(234,224,156); }

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