Html Css Color HEX #E7CDAB Givry

📋 copy color: '#E7CDAB'

red 231 ◦ green 205 ◦ blue 171

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

Shades of Givry #E7CDAB

Tints of Givry #E7CDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.17%

R = 38.06%
G = 33.77%
B = 28.17%

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

#E7CDAB (or 0xE7CDAB) is known color: Givry. HEX triplet: E7, CD and AB. RGB value is (231,205,171). Sum of RGB (Red+Green+Blue) = 231+205+171=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDAB is #183254. Grayscale: #D1D1D1. Windows color (decimal): -1585749 or 11259367. OLE color: 11259367.

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

Color convert

RGB 231 205 171 -
CMYK 0 0.11 0.26 0.09
HSL 34º 0.56% 0.79% -
HSV(B) 34º 0.26% 0.91% -
XYZ 62.14 63.59 47.53 -
YUV 208.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 231 205 171 0 0.11 0.26 0.09 34 0.56 0.79
Hex E7 CD AB 0 B 1A 9 22 38 4F
Octal 347 315 253 0 13 32 11 42 70 117
Binary 11100111 11001101 10101011 0 1011 11010 1001 100010 111000 1001111

Color Harmonies of #E7CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDAB

Black with #E7CDAB

Text Example


Text Example

White with #E7CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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