#E2DE88

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

Shades of Primrose #E2DE88

Tints of Primrose #E2DE88

Color information

#E2DE88 (or 0xE2DE88) is unknown color: approx Primrose. HEX triplet: E2, DE and 88. RGB value is (226,222,136). Sum of RGB (Red+Green+Blue) = 226+222+136=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE88 is #1D2177. Grayscale: #D5D5D5. Windows color (decimal): -1909112 or 8969954. OLE color: 8969954.

HSL color Cylindrical-coordinate representation of color #E2DE88: hue angle of 57.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2DE88 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226222136-
CMYK00.020.400.11
HSL57.33º60.81%70.98%-
HSV(B)57.33º39.82%88.63%-
XYZ61.9370.1933.58-
YUV213.3984.33136.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 136 (53.52% from 255) = 23.29%
R=38.70%
G=38.01%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622213600.020.400.1157.3360.8170.98
HexE2DE880228B393d47
Octal3423362100250137175107
Binary11100010110111101000100001010100010111110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE88; }

 p { color: rgb(226,222,136); }

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

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

 a { background-color: rgb(226,222,136); }

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

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

 span { border-color: rgb(226,222,136); }

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