Html Css Color HEX #ECCEAA Givry

📋 copy color: '#ECCEAA'

red 236 ◦ green 206 ◦ blue 170

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

Shades of Givry #ECCEAA

Tints of Givry #ECCEAA

RGB

 RED value IS 236 (92.58% from 255) = 38.56%

 GREEN value IS 206 (80.86% from 255) = 33.66%

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

R = 38.56%
G = 33.66%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECCEAA (or 0xECCEAA) is known color: Givry. HEX triplet: EC, CE and AA. RGB value is (236,206,170). Sum of RGB (Red+Green+Blue) = 236+206+170=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEAA is #133155. Grayscale: #D3D3D3. Windows color (decimal): -1257814 or 11194092. OLE color: 11194092.

HSL color Cylindrical-coordinate representation of color #ECCEAA: hue angle of 32.73º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCEAA is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 170 -
CMYK 0 0.13 0.28 0.07
HSL 32.73º 0.63% 0.8% -
HSV(B) 32.73º 0.28% 0.93% -
XYZ 63.92 64.88 47.18 -
YUV 210.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 236 206 170 0 0.13 0.28 0.07 32.73 0.63 0.8
Hex EC CE AA 0 D 1C 7 21 3F 50
Octal 354 316 252 0 15 34 7 41 77 120
Binary 11101100 11001110 10101010 0 1101 11100 111 100001 111111 1010000

Color Harmonies of #ECCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCEAA

Black with #ECCEAA

Text Example


Text Example

White with #ECCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCEAA; }

 p { color: rgb(236,206,170); }

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

background-color css

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

 a { background-color: rgb(236,206,170); }

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

border-color css

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

 span { border-color: rgb(236,206,170); }

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