Html Css Color HEX #E0D992 Primrose

📋 copy color: '#E0D992'

red 224 ◦ green 217 ◦ blue 146

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

Shades of Primrose #E0D992

Tints of Primrose #E0D992

RGB

 RED value IS 224 (87.89% from 255) = 38.16%

 GREEN value IS 217 (85.16% from 255) = 36.97%

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

R = 38.16%
G = 36.97%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0D992 (or 0xE0D992) is known color: Primrose. HEX triplet: E0, D9 and 92. RGB value is (224,217,146). Sum of RGB (Red+Green+Blue) = 224+217+146=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D992 is #1F266D. Grayscale: #D3D3D3. Windows color (decimal): -2041454 or 9624032. OLE color: 9624032.

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

Color convert

RGB 224 217 146 -
CMYK 0 0.03 0.35 0.12
HSL 54.62º 0.56% 0.73% -
HSV(B) 54.62º 0.35% 0.88% -
XYZ 60.74 67.55 37.03 -
YUV 211 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 224 217 146 0 0.03 0.35 0.12 54.62 0.56 0.73
Hex E0 D9 92 0 3 23 C 37 38 49
Octal 340 331 222 0 3 43 14 67 70 111
Binary 11100000 11011001 10010010 0 11 100011 1100 110111 111000 1001001

Color Harmonies of #E0D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D992

Black with #E0D992

Text Example


Text Example

White with #E0D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D992; }

 p { color: rgb(224,217,146); }

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

background-color css

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

 a { background-color: rgb(224,217,146); }

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

border-color css

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

 span { border-color: rgb(224,217,146); }

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