#E8E08C

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

Shades of Primrose #E8E08C

Tints of Primrose #E8E08C

Color information

#E8E08C (or 0xE8E08C) is unknown color: approx Primrose. HEX triplet: E8, E0 and 8C. RGB value is (232,224,140). Sum of RGB (Red+Green+Blue) = 232+224+140=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E08C is #171F73. Grayscale: #D9D9D9. Windows color (decimal): -1515380 or 9232616. OLE color: 9232616.

HSL color Cylindrical-coordinate representation of color #E8E08C: hue angle of 54.78º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8E08C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB232224140-
CMYK00.030.400.09
HSL54.78º66.67%72.94%-
HSV(B)54.78º39.66%90.98%-
XYZ64.6772.3635.37-
YUV216.8284.65138.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 140 (55.08% from 255) = 23.49%
R=38.93%
G=37.58%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222414000.030.400.0954.7866.6772.94
HexE8E08C03289374349
Octal35034021403501167103111
Binary111010001110000010001100011101000100111011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E08C; }

 p { color: rgb(232,224,140); }

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

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

 a { background-color: rgb(232,224,140); }

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

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

 span { border-color: rgb(232,224,140); }

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