Html Css Color HEX #E0D492 Primrose

📋 copy color: '#E0D492'

red 224 ◦ green 212 ◦ blue 146

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

Shades of Primrose #E0D492

Tints of Primrose #E0D492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.43%

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

R = 38.49%
G = 36.43%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0D492 (or 0xE0D492) is known color: Primrose. HEX triplet: E0, D4 and 92. RGB value is (224,212,146). Sum of RGB (Red+Green+Blue) = 224+212+146=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D492 is #1F2B6D. Grayscale: #D0D0D0. Windows color (decimal): -2042734 or 9622752. OLE color: 9622752.

HSL color Cylindrical-coordinate representation of color #E0D492: hue angle of 50.77º 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 #E0D492 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 212 146 -
CMYK 0 0.05 0.35 0.12
HSL 50.77º 0.56% 0.73% -
HSV(B) 50.77º 0.35% 0.88% -
XYZ 59.47 65.01 36.61 -
YUV 208.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 224 212 146 0 0.05 0.35 0.12 50.77 0.56 0.73
Hex E0 D4 92 0 5 23 C 33 38 49
Octal 340 324 222 0 5 43 14 63 70 111
Binary 11100000 11010100 10010010 0 101 100011 1100 110011 111000 1001001

Color Harmonies of #E0D492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D492

Black with #E0D492

Text Example


Text Example

White with #E0D492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D492; }

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

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

background-color css

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

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

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

border-color css

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

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

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