Html Css Color HEX #E2CEAA Givry

📋 copy color: '#E2CEAA'

red 226 ◦ green 206 ◦ blue 170

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

Shades of Givry #E2CEAA

Tints of Givry #E2CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.22%

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

R = 37.54%
G = 34.22%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E2CEAA (or 0xE2CEAA) is known color: Givry. HEX triplet: E2, CE and AA. RGB value is (226,206,170). Sum of RGB (Red+Green+Blue) = 226+206+170=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CEAA is #1D3155. Grayscale: #D0D0D0. Windows color (decimal): -1913174 or 11194082. OLE color: 11194082.

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

Color convert

RGB 226 206 170 -
CMYK 0 0.09 0.25 0.11
HSL 38.57º 0.49% 0.78% -
HSV(B) 38.57º 0.25% 0.89% -
XYZ 60.69 63.21 47.03 -
YUV 207.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 226 206 170 0 0.09 0.25 0.11 38.57 0.49 0.78
Hex E2 CE AA 0 9 19 B 27 31 4E
Octal 342 316 252 0 11 31 13 47 61 116
Binary 11100010 11001110 10101010 0 1001 11001 1011 100111 110001 1001110

Color Harmonies of #E2CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CEAA

Black with #E2CEAA

Text Example


Text Example

White with #E2CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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