Html Css Color HEX #E7CDAF Givry

📋 copy color: '#E7CDAF'

red 231 ◦ green 205 ◦ blue 175

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

Shades of Givry #E7CDAF

Tints of Givry #E7CDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.64%

R = 37.81%
G = 33.55%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E7CDAF (or 0xE7CDAF) is known color: Givry. HEX triplet: E7, CD and AF. RGB value is (231,205,175). Sum of RGB (Red+Green+Blue) = 231+205+175=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDAF is #183250. Grayscale: #D1D1D1. Windows color (decimal): -1585745 or 11521511. OLE color: 11521511.

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

Color convert

RGB 231 205 175 -
CMYK 0 0.11 0.24 0.09
HSL 32.14º 0.54% 0.8% -
HSV(B) 32.14º 0.24% 0.91% -
XYZ 62.52 63.75 49.57 -
YUV 209.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 231 205 175 0 0.11 0.24 0.09 32.14 0.54 0.8
Hex E7 CD AF 0 B 18 9 20 36 50
Octal 347 315 257 0 13 30 11 40 66 120
Binary 11100111 11001101 10101111 0 1011 11000 1001 100000 110110 1010000

Color Harmonies of #E7CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDAF

Black with #E7CDAF

Text Example


Text Example

White with #E7CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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