Html Css Color HEX #E2DB92 Primrose

📋 copy color: '#E2DB92'

red 226 ◦ green 219 ◦ blue 146

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

Shades of Primrose #E2DB92

Tints of Primrose #E2DB92

RGB

 RED value IS 226 (88.67% from 255) = 38.24%

 GREEN value IS 219 (85.94% from 255) = 37.06%

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

R = 38.24%
G = 37.06%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2DB92 (or 0xE2DB92) is known color: Primrose. HEX triplet: E2, DB and 92. RGB value is (226,219,146). Sum of RGB (Red+Green+Blue) = 226+219+146=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB92 is #1D246D. Grayscale: #D5D5D5. Windows color (decimal): -1909870 or 9624546. OLE color: 9624546.

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

Color convert

RGB 226 219 146 -
CMYK 0 0.03 0.35 0.11
HSL 54.75º 0.58% 0.73% -
HSV(B) 54.75º 0.35% 0.89% -
XYZ 61.88 68.91 37.23 -
YUV 212.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 226 219 146 0 0.03 0.35 0.11 54.75 0.58 0.73
Hex E2 DB 92 0 3 23 B 37 3A 49
Octal 342 333 222 0 3 43 13 67 72 111
Binary 11100010 11011011 10010010 0 11 100011 1011 110111 111010 1001001

Color Harmonies of #E2DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB92

Black with #E2DB92

Text Example


Text Example

White with #E2DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB92; }

 p { color: rgb(226,219,146); }

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

background-color css

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

 a { background-color: rgb(226,219,146); }

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

border-color css

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

 span { border-color: rgb(226,219,146); }

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