Html Css Color HEX #E6CCAA Givry

📋 copy color: '#E6CCAA'

red 230 ◦ green 204 ◦ blue 170

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

Shades of Givry #E6CCAA

Tints of Givry #E6CCAA

RGB

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

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

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

R = 38.08%
G = 33.77%
B = 28.15%

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

#E6CCAA (or 0xE6CCAA) is known color: Givry. HEX triplet: E6, CC and AA. RGB value is (230,204,170). Sum of RGB (Red+Green+Blue) = 230+204+170=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCAA is #193355. Grayscale: #D0D0D0. Windows color (decimal): -1651542 or 11193574. OLE color: 11193574.

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

Color convert

RGB 230 204 170 -
CMYK 0 0.11 0.26 0.10
HSL 34º 0.55% 0.78% -
HSV(B) 34º 0.26% 0.9% -
XYZ 61.48 62.91 46.93 -
YUV 207.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 230 204 170 0 0.11 0.26 0.10 34 0.55 0.78
Hex E6 CC AA 0 B 1A A 22 37 4E
Octal 346 314 252 0 13 32 12 42 67 116
Binary 11100110 11001100 10101010 0 1011 11010 1010 100010 110111 1001110

Color Harmonies of #E6CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCAA

Black with #E6CCAA

Text Example


Text Example

White with #E6CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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