Html Css Color HEX #DEE093 Primrose

📋 copy color: '#DEE093'

red 222 ◦ green 224 ◦ blue 147

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

Shades of Primrose #DEE093

Tints of Primrose #DEE093

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

 BLUE value IS 147 (57.81% from 255) = 24.79%

R = 37.44%
G = 37.77%
B = 24.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#DEE093 (or 0xDEE093) is known color: Primrose. HEX triplet: DE, E0 and 93. RGB value is (222,224,147). Sum of RGB (Red+Green+Blue) = 222+224+147=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE093 is #211F6C. Grayscale: #D6D6D6. Windows color (decimal): -2170733 or 9691358. OLE color: 9691358.

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

Color convert

RGB 222 224 147 -
CMYK 0.01 0 0.34 0.12
HSL 61.56º 0.55% 0.73% -
HSV(B) 61.56º 0.34% 0.88% -
XYZ 62.05 70.95 38.03 -
YUV 214.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 222 224 147 0.01 0 0.34 0.12 61.56 0.55 0.73
Hex DE E0 93 1 0 22 C 3E 37 49
Octal 336 340 223 1 0 42 14 76 67 111
Binary 11011110 11100000 10010011 1 0 100010 1100 111110 110111 1001001

Color Harmonies of #DEE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE093

Black with #DEE093

Text Example


Text Example

White with #DEE093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE093; }

 p { color: rgb(222,224,147); }

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

background-color css

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

 a { background-color: rgb(222,224,147); }

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

border-color css

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

 span { border-color: rgb(222,224,147); }

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