#E2DF99

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

Shades of Primrose #E2DF99

Tints of Primrose #E2DF99

Color information

#E2DF99 (or 0xE2DF99) is unknown color: approx Primrose. HEX triplet: E2, DF and 99. RGB value is (226,223,153). Sum of RGB (Red+Green+Blue) = 226+223+153=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF99 is #1D2066. Grayscale: #D8D8D8. Windows color (decimal): -1908839 or 10084322. OLE color: 10084322.

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

Color convert

RGB226223153-
CMYK00.010.320.11
HSL57.53º55.73%74.31%-
HSV(B)57.53º32.3%88.63%-
XYZ63.571.2440.54-
YUV215.9292.49135.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.54%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=37.54%
G=37.04%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622315300.010.320.1157.5355.7374.31
HexE2DF990120B3a384a
Octal3423372310140137270112
Binary1110001011011111100110010110000010111110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DF99; }

 p { color: rgb(226,223,153); }

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

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

 a { background-color: rgb(226,223,153); }

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

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

 span { border-color: rgb(226,223,153); }

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