Html Css Color HEX #E2DD97 Primrose

📋 copy color: '#E2DD97'

red 226 ◦ green 221 ◦ blue 151

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

Shades of Primrose #E2DD97

Tints of Primrose #E2DD97

RGB

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

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

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

R = 37.79%
G = 36.96%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2DD97 (or 0xE2DD97) is known color: Primrose. HEX triplet: E2, DD and 97. RGB value is (226,221,151). Sum of RGB (Red+Green+Blue) = 226+221+151=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD97 is #1D2268. Grayscale: #D6D6D6. Windows color (decimal): -1909353 or 9952738. OLE color: 9952738.

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

Color convert

RGB 226 221 151 -
CMYK 0 0.02 0.33 0.11
HSL 56º 0.56% 0.74% -
HSV(B) 56º 0.33% 0.89% -
XYZ 62.81 70.12 39.5 -
YUV 214.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 226 221 151 0 0.02 0.33 0.11 56 0.56 0.74
Hex E2 DD 97 0 2 21 B 38 38 4A
Octal 342 335 227 0 2 41 13 70 70 112
Binary 11100010 11011101 10010111 0 10 100001 1011 111000 111000 1001010

Color Harmonies of #E2DD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD97

Black with #E2DD97

Text Example


Text Example

White with #E2DD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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