Html Css Color HEX #E1DB96 Primrose

📋 copy color: '#E1DB96'

red 225 ◦ green 219 ◦ blue 150

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

Shades of Primrose #E1DB96

Tints of Primrose #E1DB96

RGB

 RED value IS 225 (88.28% from 255) = 37.88%

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

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

R = 37.88%
G = 36.87%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E1DB96 (or 0xE1DB96) is known color: Primrose. HEX triplet: E1, DB and 96. RGB value is (225,219,150). Sum of RGB (Red+Green+Blue) = 225+219+150=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB96 is #1E2469. Grayscale: #D5D5D5. Windows color (decimal): -1975402 or 9886689. OLE color: 9886689.

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

Color convert

RGB 225 219 150 -
CMYK 0 0.03 0.33 0.12
HSL 55.2º 0.56% 0.74% -
HSV(B) 55.2º 0.33% 0.88% -
XYZ 61.89 68.87 38.89 -
YUV 212.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 225 219 150 0 0.03 0.33 0.12 55.2 0.56 0.74
Hex E1 DB 96 0 3 21 C 37 38 4A
Octal 341 333 226 0 3 41 14 67 70 112
Binary 11100001 11011011 10010110 0 11 100001 1100 110111 111000 1001010

Color Harmonies of #E1DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB96

Black with #E1DB96

Text Example


Text Example

White with #E1DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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