Html Css Color HEX #E7CDAE Givry

📋 copy color: '#E7CDAE'

red 231 ◦ green 205 ◦ blue 174

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

Shades of Givry #E7CDAE

Tints of Givry #E7CDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.52%

R = 37.87%
G = 33.61%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E7CDAE (or 0xE7CDAE) is known color: Givry. HEX triplet: E7, CD and AE. RGB value is (231,205,174). Sum of RGB (Red+Green+Blue) = 231+205+174=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDAE is #183251. Grayscale: #D1D1D1. Windows color (decimal): -1585746 or 11455975. OLE color: 11455975.

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

Color convert

RGB 231 205 174 -
CMYK 0 0.11 0.25 0.09
HSL 32.63º 0.54% 0.79% -
HSV(B) 32.63º 0.25% 0.91% -
XYZ 62.43 63.71 49.05 -
YUV 209.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 231 205 174 0 0.11 0.25 0.09 32.63 0.54 0.79
Hex E7 CD AE 0 B 19 9 21 36 4F
Octal 347 315 256 0 13 31 11 41 66 117
Binary 11100111 11001101 10101110 0 1011 11001 1001 100001 110110 1001111

Color Harmonies of #E7CDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDAE

Black with #E7CDAE

Text Example


Text Example

White with #E7CDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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