Html Css Color HEX #E7CEAA Givry

📋 copy color: '#E7CEAA'

red 231 ◦ green 206 ◦ blue 170

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

Shades of Givry #E7CEAA

Tints of Givry #E7CEAA

RGB

 RED value IS 231 (90.63% from 255) = 38.06%

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

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

R = 38.06%
G = 33.94%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7CEAA (or 0xE7CEAA) is known color: Givry. HEX triplet: E7, CE and AA. RGB value is (231,206,170). Sum of RGB (Red+Green+Blue) = 231+206+170=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEAA is #183155. Grayscale: #D1D1D1. Windows color (decimal): -1585494 or 11194087. OLE color: 11194087.

HSL color Cylindrical-coordinate representation of color #E7CEAA: hue angle of 35.41º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7CEAA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 206 170 -
CMYK 0 0.11 0.26 0.09
HSL 35.41º 0.56% 0.79% -
HSV(B) 35.41º 0.26% 0.91% -
XYZ 62.28 64.03 47.11 -
YUV 209.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 231 206 170 0 0.11 0.26 0.09 35.41 0.56 0.79
Hex E7 CE AA 0 B 1A 9 23 38 4F
Octal 347 316 252 0 13 32 11 43 70 117
Binary 11100111 11001110 10101010 0 1011 11010 1001 100011 111000 1001111

Color Harmonies of #E7CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CEAA

Black with #E7CEAA

Text Example


Text Example

White with #E7CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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