#E8E18C

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

Shades of Primrose #E8E18C

Tints of Primrose #E8E18C

Color information

#E8E18C (or 0xE8E18C) is unknown color: approx Primrose. HEX triplet: E8, E1 and 8C. RGB value is (232,225,140). Sum of RGB (Red+Green+Blue) = 232+225+140=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E18C is #171E73. Grayscale: #D9D9D9. Windows color (decimal): -1515124 or 9232872. OLE color: 9232872.

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

Color convert

RGB232225140-
CMYK00.030.400.09
HSL55.43º66.67%72.94%-
HSV(B)55.43º39.66%90.98%-
XYZ64.9472.935.46-
YUV217.484.32138.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 225 (88.28% from 255) = 37.69%
BLUE value IS 140 (55.08% from 255) = 23.45%
R=38.86%
G=37.69%
B=23.45%

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
Decimal23222514000.030.400.0955.4366.6772.94
HexE8E18C03289374349
Octal35034121403501167103111
Binary111010001110000110001100011101000100111011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E18C; }

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

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

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

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

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

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

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

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