#EAE08F

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

Shades of Primrose #EAE08F

Tints of Primrose #EAE08F

Color information

#EAE08F (or 0xEAE08F) is unknown color: approx Primrose. HEX triplet: EA, E0 and 8F. RGB value is (234,224,143). Sum of RGB (Red+Green+Blue) = 234+224+143=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE08F is #151F70. Grayscale: #DADADA. Windows color (decimal): -1384305 or 9429226. OLE color: 9429226.

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

Color convert

RGB234224143-
CMYK00.040.390.08
HSL53.41º68.42%73.92%-
HSV(B)53.41º38.89%91.76%-
XYZ65.5572.7936.58-
YUV217.7685.81139.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 143 (56.25% from 255) = 23.79%
R=38.94%
G=37.27%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422414300.040.390.0853.4168.4273.92
HexEAE08F0427835444a
Octal35234021704471065104112
Binary1110101011100000100011110100100111100011010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE08F; }

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

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

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

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

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

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

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

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