Html Css Color HEX #E6CCAB Givry

📋 copy color: '#E6CCAB'

red 230 ◦ green 204 ◦ blue 171

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

Shades of Givry #E6CCAB

Tints of Givry #E6CCAB

RGB

 RED value IS 230 (90.23% from 255) = 38.02%

 GREEN value IS 204 (80.08% from 255) = 33.72%

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

R = 38.02%
G = 33.72%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6CCAB (or 0xE6CCAB) is known color: Givry. HEX triplet: E6, CC and AB. RGB value is (230,204,171). Sum of RGB (Red+Green+Blue) = 230+204+171=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCAB is #193354. Grayscale: #D0D0D0. Windows color (decimal): -1651541 or 11259110. OLE color: 11259110.

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

Color convert

RGB 230 204 171 -
CMYK 0 0.11 0.26 0.10
HSL 33.56º 0.54% 0.79% -
HSV(B) 33.56º 0.26% 0.9% -
XYZ 61.58 62.95 47.43 -
YUV 208.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 230 204 171 0 0.11 0.26 0.10 33.56 0.54 0.79
Hex E6 CC AB 0 B 1A A 22 36 4F
Octal 346 314 253 0 13 32 12 42 66 117
Binary 11100110 11001100 10101011 0 1011 11010 1010 100010 110110 1001111

Color Harmonies of #E6CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCAB

Black with #E6CCAB

Text Example


Text Example

White with #E6CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCAB; }

 p { color: rgb(230,204,171); }

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

background-color css

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

 a { background-color: rgb(230,204,171); }

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

border-color css

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

 span { border-color: rgb(230,204,171); }

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