#E0E29C

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

Shades of Primrose #E0E29C

Tints of Primrose #E0E29C

Color information

#E0E29C (or 0xE0E29C) is unknown color: approx Primrose. HEX triplet: E0, E2 and 9C. RGB value is (224,226,156). Sum of RGB (Red+Green+Blue) = 224+226+156=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E29C is #1F1D63. Grayscale: #D9D9D9. Windows color (decimal): -2039140 or 10281696. OLE color: 10281696.

HSL color Cylindrical-coordinate representation of color #E0E29C: hue angle of 61.71º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0E29C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB224226156-
CMYK0.0100.310.11
HSL61.71º54.69%74.9%-
HSV(B)61.71º30.97%88.63%-
XYZ63.9472.6442.1-
YUV217.4293.34132.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 226 (88.67% from 255) = 37.29%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=36.96%
G=37.29%
B=25.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261560.0100.310.1161.7154.6974.9
HexE0E29C101FB3e374b
Octal3403422341037137667113
Binary111000001110001010011100101111110111111101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E29C; }

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

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

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

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

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

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

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

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