Html Css Color HEX #E5DC97 Primrose

📋 copy color: '#E5DC97'

red 229 ◦ green 220 ◦ blue 151

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

Shades of Primrose #E5DC97

Tints of Primrose #E5DC97

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.67%

 BLUE value IS 151 (59.38% from 255) = 25.17%

R = 38.17%
G = 36.67%
B = 25.17%

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

#E5DC97 (or 0xE5DC97) is known color: Primrose. HEX triplet: E5, DC and 97. RGB value is (229,220,151). Sum of RGB (Red+Green+Blue) = 229+220+151=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC97 is #1A2368. Grayscale: #D7D7D7. Windows color (decimal): -1713001 or 9952485. OLE color: 9952485.

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

Color convert

RGB 229 220 151 -
CMYK 0 0.04 0.34 0.10
HSL 53.08º 0.6% 0.75% -
HSV(B) 53.08º 0.34% 0.9% -
XYZ 63.49 70.08 39.46 -
YUV 214.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 229 220 151 0 0.04 0.34 0.10 53.08 0.6 0.75
Hex E5 DC 97 0 4 22 A 35 3C 4B
Octal 345 334 227 0 4 42 12 65 74 113
Binary 11100101 11011100 10010111 0 100 100010 1010 110101 111100 1001011

Color Harmonies of #E5DC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC97

Black with #E5DC97

Text Example


Text Example

White with #E5DC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC97; }

 p { color: rgb(229,220,151); }

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

background-color css

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

 a { background-color: rgb(229,220,151); }

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

border-color css

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

 span { border-color: rgb(229,220,151); }

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