Html Css Color HEX #E2DB95 Primrose

📋 copy color: '#E2DB95'

red 226 ◦ green 219 ◦ blue 149

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

Shades of Primrose #E2DB95

Tints of Primrose #E2DB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.08%

R = 38.05%
G = 36.87%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2DB95 (or 0xE2DB95) is known color: Primrose. HEX triplet: E2, DB and 95. RGB value is (226,219,149). Sum of RGB (Red+Green+Blue) = 226+219+149=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB95 is #1D246A. Grayscale: #D5D5D5. Windows color (decimal): -1909867 or 9821154. OLE color: 9821154.

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

Color convert

RGB 226 219 149 -
CMYK 0 0.03 0.34 0.11
HSL 54.55º 0.57% 0.74% -
HSV(B) 54.55º 0.34% 0.89% -
XYZ 62.12 69 38.48 -
YUV 213.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 226 219 149 0 0.03 0.34 0.11 54.55 0.57 0.74
Hex E2 DB 95 0 3 22 B 37 39 4A
Octal 342 333 225 0 3 42 13 67 71 112
Binary 11100010 11011011 10010101 0 11 100010 1011 110111 111001 1001010

Color Harmonies of #E2DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB95

Black with #E2DB95

Text Example


Text Example

White with #E2DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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