Html Css Color HEX #ECD2AB Givry

📋 copy color: '#ECD2AB'

red 236 ◦ green 210 ◦ blue 171

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

Shades of Givry #ECD2AB

Tints of Givry #ECD2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.04%

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

R = 38.25%
G = 34.04%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECD2AB (or 0xECD2AB) is known color: Givry. HEX triplet: EC, D2 and AB. RGB value is (236,210,171). Sum of RGB (Red+Green+Blue) = 236+210+171=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2AB is #132D54. Grayscale: #D5D5D5. Windows color (decimal): -1256789 or 11260652. OLE color: 11260652.

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

Color convert

RGB 236 210 171 -
CMYK 0 0.11 0.28 0.07
HSL 36º 0.63% 0.8% -
HSV(B) 36º 0.28% 0.93% -
XYZ 64.99 66.87 48.01 -
YUV 213.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 236 210 171 0 0.11 0.28 0.07 36 0.63 0.8
Hex EC D2 AB 0 B 1C 7 24 3F 50
Octal 354 322 253 0 13 34 7 44 77 120
Binary 11101100 11010010 10101011 0 1011 11100 111 100100 111111 1010000

Color Harmonies of #ECD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2AB

Black with #ECD2AB

Text Example


Text Example

White with #ECD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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