#E9E19A

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

Shades of Primrose #E9E19A

Tints of Primrose #E9E19A

Color information

#E9E19A (or 0xE9E19A) is unknown color: approx Primrose. HEX triplet: E9, E1 and 9A. RGB value is (233,225,154). Sum of RGB (Red+Green+Blue) = 233+225+154=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E19A is #161E65. Grayscale: #DBDBDB. Windows color (decimal): -1449574 or 10150377. OLE color: 10150377.

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

Color convert

RGB233225154-
CMYK00.030.340.09
HSL53.92º64.23%75.88%-
HSV(B)53.92º33.91%91.37%-
XYZ66.3673.5141.26-
YUV219.391.15137.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 154 (60.55% from 255) = 25.16%
R=38.07%
G=36.76%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322515400.030.340.0953.9264.2375.88
HexE9E19A0322936404c
Octal35134123203421166100114
Binary111010011110000110011010011100010100111011010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E19A; }

 p { color: rgb(233,225,154); }

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

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

 a { background-color: rgb(233,225,154); }

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

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

 span { border-color: rgb(233,225,154); }

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