Html Css Color HEX #E5DB96 Primrose

📋 copy color: '#E5DB96'

red 229 ◦ green 219 ◦ blue 150

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

Shades of Primrose #E5DB96

Tints of Primrose #E5DB96

RGB

 RED value IS 229 (89.84% from 255) = 38.29%

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

 BLUE value IS 150 (58.98% from 255) = 25.08%

R = 38.29%
G = 36.62%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5DB96 (or 0xE5DB96) is known color: Primrose. HEX triplet: E5, DB and 96. RGB value is (229,219,150). Sum of RGB (Red+Green+Blue) = 229+219+150=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DB96 is #1A2469. Grayscale: #D6D6D6. Windows color (decimal): -1713258 or 9886693. OLE color: 9886693.

HSL color Cylindrical-coordinate representation of color #E5DB96: hue angle of 52.41º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5DB96 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 219 150 -
CMYK 0 0.04 0.34 0.10
HSL 52.41º 0.6% 0.74% -
HSV(B) 52.41º 0.34% 0.9% -
XYZ 63.15 69.52 38.95 -
YUV 214.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 229 219 150 0 0.04 0.34 0.10 52.41 0.6 0.74
Hex E5 DB 96 0 4 22 A 34 3C 4A
Octal 345 333 226 0 4 42 12 64 74 112
Binary 11100101 11011011 10010110 0 100 100010 1010 110100 111100 1001010

Color Harmonies of #E5DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DB96

Black with #E5DB96

Text Example


Text Example

White with #E5DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DB96; }

 p { color: rgb(229,219,150); }

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

background-color css

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

 a { background-color: rgb(229,219,150); }

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

border-color css

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

 span { border-color: rgb(229,219,150); }

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