#E0DD82

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

Shades of Primrose #E0DD82

Tints of Primrose #E0DD82

Color information

#E0DD82 (or 0xE0DD82) is unknown color: approx Primrose. HEX triplet: E0, DD and 82. RGB value is (224,221,130). Sum of RGB (Red+Green+Blue) = 224+221+130=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD82 is #1F227D. Grayscale: #D3D3D3. Windows color (decimal): -2040446 or 8576480. OLE color: 8576480.

HSL color Cylindrical-coordinate representation of color #E0DD82: hue angle of 58.09º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0DD82 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224221130-
CMYK00.010.420.12
HSL58.09º60.26%69.41%-
HSV(B)58.09º41.96%87.84%-
XYZ60.6369.1731.28-
YUV211.5281.99136.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 130 (51.17% from 255) = 22.61%
R=38.96%
G=38.43%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422113000.010.420.1258.0960.2669.41
HexE0DD82012AC3a3c45
Octal3403352020152147274105
Binary1110000011011101100000100110101011001110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD82; }

 p { color: rgb(224,221,130); }

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

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

 a { background-color: rgb(224,221,130); }

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

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

 span { border-color: rgb(224,221,130); }

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