Html Css Color HEX #E2CCAA Givry

📋 copy color: '#E2CCAA'

red 226 ◦ green 204 ◦ blue 170

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

Shades of Givry #E2CCAA

Tints of Givry #E2CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34%

 BLUE value IS 170 (66.8% from 255) = 28.33%

R = 37.67%
G = 34%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E2CCAA (or 0xE2CCAA) is known color: Givry. HEX triplet: E2, CC and AA. RGB value is (226,204,170). Sum of RGB (Red+Green+Blue) = 226+204+170=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCAA is #1D3355. Grayscale: #CECECE. Windows color (decimal): -1913686 or 11193570. OLE color: 11193570.

HSL color Cylindrical-coordinate representation of color #E2CCAA: hue angle of 36.43º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2CCAA is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 170 -
CMYK 0 0.10 0.25 0.11
HSL 36.43º 0.49% 0.78% -
HSV(B) 36.43º 0.25% 0.89% -
XYZ 60.21 62.26 46.87 -
YUV 206.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 226 204 170 0 0.10 0.25 0.11 36.43 0.49 0.78
Hex E2 CC AA 0 A 19 B 24 31 4E
Octal 342 314 252 0 12 31 13 44 61 116
Binary 11100010 11001100 10101010 0 1010 11001 1011 100100 110001 1001110

Color Harmonies of #E2CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCAA

Black with #E2CCAA

Text Example


Text Example

White with #E2CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCAA; }

 p { color: rgb(226,204,170); }

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

background-color css

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

 a { background-color: rgb(226,204,170); }

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

border-color css

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

 span { border-color: rgb(226,204,170); }

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