Html Css Color HEX #E1CEAA Givry

📋 copy color: '#E1CEAA'

red 225 ◦ green 206 ◦ blue 170

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

Shades of Givry #E1CEAA

Tints of Givry #E1CEAA

RGB

 RED value IS 225 (88.28% from 255) = 37.44%

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

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

R = 37.44%
G = 34.28%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1CEAA (or 0xE1CEAA) is known color: Givry. HEX triplet: E1, CE and AA. RGB value is (225,206,170). Sum of RGB (Red+Green+Blue) = 225+206+170=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEAA is #1E3155. Grayscale: #CFCFCF. Windows color (decimal): -1978710 or 11194081. OLE color: 11194081.

HSL color Cylindrical-coordinate representation of color #E1CEAA: hue angle of 39.27º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CEAA is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 206 170 -
CMYK 0 0.08 0.24 0.12
HSL 39.27º 0.48% 0.77% -
HSV(B) 39.27º 0.24% 0.88% -
XYZ 60.38 63.05 47.02 -
YUV 207.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 225 206 170 0 0.08 0.24 0.12 39.27 0.48 0.77
Hex E1 CE AA 0 8 18 C 27 30 4D
Octal 341 316 252 0 10 30 14 47 60 115
Binary 11100001 11001110 10101010 0 1000 11000 1100 100111 110000 1001101

Color Harmonies of #E1CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEAA

Black with #E1CEAA

Text Example


Text Example

White with #E1CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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