Html Css Color HEX #DEE592 Primrose

📋 copy color: '#DEE592'

red 222 ◦ green 229 ◦ blue 146

#DEE592
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DEE592

Tints of Primrose #DEE592

RGB

 RED value IS 222 (87.11% from 255) = 37.19%

 GREEN value IS 229 (89.84% from 255) = 38.36%

 BLUE value IS 146 (57.42% from 255) = 24.46%

R = 37.19%
G = 38.36%
B = 24.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DEE592 (or 0xDEE592) is known color: Primrose. HEX triplet: DE, E5 and 92. RGB value is (222,229,146). Sum of RGB (Red+Green+Blue) = 222+229+146=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE592 is #211A6D. Grayscale: #D9D9D9. Windows color (decimal): -2169454 or 9627102. OLE color: 9627102.

HSL color Cylindrical-coordinate representation of color #DEE592: hue angle of 65.06º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE592 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 146 -
CMYK 0.03 0 0.36 0.10
HSL 65.06º 0.61% 0.74% -
HSV(B) 65.06º 0.36% 0.9% -
XYZ 63.33 73.64 38.07 -
YUV 217.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 222 229 146 0.03 0 0.36 0.10 65.06 0.61 0.74
Hex DE E5 92 3 0 24 A 41 3D 4A
Octal 336 345 222 3 0 44 12 101 75 112
Binary 11011110 11100101 10010010 11 0 100100 1010 1000001 111101 1001010

Color Harmonies of #DEE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE592

Black with #DEE592

Text Example


Text Example

White with #DEE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE592; }

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

 H1.HeaderClassName
 {
   color: #DEE592;
 }
 .AnyTagClassName
 {
   color: #DEE592;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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