#DEE58A

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

Shades of Primrose #DEE58A

Tints of Primrose #DEE58A

Color information

#DEE58A (or 0xDEE58A) is unknown color: approx Primrose. HEX triplet: DE, E5 and 8A. RGB value is (222,229,138). Sum of RGB (Red+Green+Blue) = 222+229+138=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE58A is #211A75. Grayscale: #D8D8D8. Windows color (decimal): -2169462 or 9102814. OLE color: 9102814.

HSL color Cylindrical-coordinate representation of color #DEE58A: hue angle of 64.62º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE58A is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB222229138-
CMYK0.0300.400.10
HSL64.62º63.64%71.96%-
HSV(B)64.62º39.74%89.8%-
XYZ62.7373.434.91-
YUV216.5383.68131.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=37.69%
G=38.88%
B=23.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222291380.0300.400.1064.6263.6471.96
HexDEE58A3028A414048
Octal336345212305012101100110
Binary1101111011100101100010101101010001010100000110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE58A; }

 p { color: rgb(222,229,138); }

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

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

 a { background-color: rgb(222,229,138); }

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

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

 span { border-color: rgb(222,229,138); }

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