Html Css Color HEX #ECD0AB Givry

📋 copy color: '#ECD0AB'

red 236 ◦ green 208 ◦ blue 171

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

Shades of Givry #ECD0AB

Tints of Givry #ECD0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.82%

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

R = 38.37%
G = 33.82%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECD0AB (or 0xECD0AB) is known color: Givry. HEX triplet: EC, D0 and AB. RGB value is (236,208,171). Sum of RGB (Red+Green+Blue) = 236+208+171=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0AB is #132F54. Grayscale: #D4D4D4. Windows color (decimal): -1257301 or 11260140. OLE color: 11260140.

HSL color Cylindrical-coordinate representation of color #ECD0AB: hue angle of 34.15º 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 #ECD0AB is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 171 -
CMYK 0 0.12 0.28 0.07
HSL 34.15º 0.63% 0.8% -
HSV(B) 34.15º 0.28% 0.93% -
XYZ 64.5 65.88 47.85 -
YUV 212.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 236 208 171 0 0.12 0.28 0.07 34.15 0.63 0.8
Hex EC D0 AB 0 C 1C 7 22 3F 50
Octal 354 320 253 0 14 34 7 42 77 120
Binary 11101100 11010000 10101011 0 1100 11100 111 100010 111111 1010000

Color Harmonies of #ECD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0AB

Black with #ECD0AB

Text Example


Text Example

White with #ECD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0AB; }

 p { color: rgb(236,208,171); }

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

background-color css

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

 a { background-color: rgb(236,208,171); }

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

border-color css

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

 span { border-color: rgb(236,208,171); }

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