Html Css Color HEX #E2D797 Primrose

📋 copy color: '#E2D797'

red 226 ◦ green 215 ◦ blue 151

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

Shades of Primrose #E2D797

Tints of Primrose #E2D797

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.32%

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

R = 38.18%
G = 36.32%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2D797 (or 0xE2D797) is known color: Primrose. HEX triplet: E2, D7 and 97. RGB value is (226,215,151). Sum of RGB (Red+Green+Blue) = 226+215+151=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D797 is #1D2868. Grayscale: #D3D3D3. Windows color (decimal): -1910889 or 9951202. OLE color: 9951202.

HSL color Cylindrical-coordinate representation of color #E2D797: hue angle of 51.2º 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 #E2D797 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 215 151 -
CMYK 0 0.05 0.33 0.11
HSL 51.2º 0.56% 0.74% -
HSV(B) 51.2º 0.33% 0.89% -
XYZ 61.25 67 38.98 -
YUV 210.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 226 215 151 0 0.05 0.33 0.11 51.2 0.56 0.74
Hex E2 D7 97 0 5 21 B 33 38 4A
Octal 342 327 227 0 5 41 13 63 70 112
Binary 11100010 11010111 10010111 0 101 100001 1011 110011 111000 1001010

Color Harmonies of #E2D797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D797

Black with #E2D797

Text Example


Text Example

White with #E2D797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D797; }

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

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

background-color css

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

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

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

border-color css

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

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

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