Html Css Color HEX #E7CDAA Givry

📋 copy color: '#E7CDAA'

red 231 ◦ green 205 ◦ blue 170

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

Shades of Givry #E7CDAA

Tints of Givry #E7CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.83%

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

R = 38.12%
G = 33.83%
B = 28.05%

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

#E7CDAA (or 0xE7CDAA) is known color: Givry. HEX triplet: E7, CD and AA. RGB value is (231,205,170). Sum of RGB (Red+Green+Blue) = 231+205+170=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDAA is #183255. Grayscale: #D0D0D0. Windows color (decimal): -1585750 or 11193831. OLE color: 11193831.

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

Color convert

RGB 231 205 170 -
CMYK 0 0.11 0.26 0.09
HSL 34.43º 0.56% 0.79% -
HSV(B) 34.43º 0.26% 0.91% -
XYZ 62.04 63.55 47.03 -
YUV 208.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 231 205 170 0 0.11 0.26 0.09 34.43 0.56 0.79
Hex E7 CD AA 0 B 1A 9 22 38 4F
Octal 347 315 252 0 13 32 11 42 70 117
Binary 11100111 11001101 10101010 0 1011 11010 1001 100010 111000 1001111

Color Harmonies of #E7CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDAA

Black with #E7CDAA

Text Example


Text Example

White with #E7CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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