Html Css Color HEX #E5DD97 Primrose

📋 copy color: '#E5DD97'

red 229 ◦ green 221 ◦ blue 151

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

Shades of Primrose #E5DD97

Tints of Primrose #E5DD97

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

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

R = 38.1%
G = 36.77%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5DD97 (or 0xE5DD97) is known color: Primrose. HEX triplet: E5, DD and 97. RGB value is (229,221,151). Sum of RGB (Red+Green+Blue) = 229+221+151=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD97 is #1A2268. Grayscale: #D7D7D7. Windows color (decimal): -1712745 or 9952741. OLE color: 9952741.

HSL color Cylindrical-coordinate representation of color #E5DD97: hue angle of 53.85º 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 #E5DD97 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 151 -
CMYK 0 0.03 0.34 0.10
HSL 53.85º 0.6% 0.75% -
HSV(B) 53.85º 0.34% 0.9% -
XYZ 63.76 70.61 39.55 -
YUV 215.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 229 221 151 0 0.03 0.34 0.10 53.85 0.6 0.75
Hex E5 DD 97 0 3 22 A 36 3C 4B
Octal 345 335 227 0 3 42 12 66 74 113
Binary 11100101 11011101 10010111 0 11 100010 1010 110110 111100 1001011

Color Harmonies of #E5DD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD97

Black with #E5DD97

Text Example


Text Example

White with #E5DD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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