#E7E09A

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

Shades of Primrose #E7E09A

Tints of Primrose #E7E09A

Color information

#E7E09A (or 0xE7E09A) is unknown color: approx Primrose. HEX triplet: E7, E0 and 9A. RGB value is (231,224,154). Sum of RGB (Red+Green+Blue) = 231+224+154=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E09A is #181F65. Grayscale: #DADADA. Windows color (decimal): -1580902 or 10150119. OLE color: 10150119.

HSL color Cylindrical-coordinate representation of color #E7E09A: hue angle of 54.55º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7E09A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB231224154-
CMYK00.030.330.09
HSL54.55º61.6%75.49%-
HSV(B)54.55º33.33%90.59%-
XYZ65.4472.6341.14-
YUV218.1191.82137.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=37.93%
G=36.78%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122415400.030.330.0954.5561.675.49
HexE7E09A03219373e4b
Octal3473402320341116776113
Binary11100111111000001001101001110000110011101111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E09A; }

 p { color: rgb(231,224,154); }

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

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

 a { background-color: rgb(231,224,154); }

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

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

 span { border-color: rgb(231,224,154); }

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