Html Css Color HEX #ECD5AB Givry

📋 copy color: '#ECD5AB'

red 236 ◦ green 213 ◦ blue 171

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

Shades of Givry #ECD5AB

Tints of Givry #ECD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.35%

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

R = 38.06%
G = 34.35%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECD5AB (or 0xECD5AB) is known color: Givry. HEX triplet: EC, D5 and AB. RGB value is (236,213,171). Sum of RGB (Red+Green+Blue) = 236+213+171=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5AB is #132A54. Grayscale: #D7D7D7. Windows color (decimal): -1256021 or 11261420. OLE color: 11261420.

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

Color convert

RGB 236 213 171 -
CMYK 0 0.10 0.28 0.07
HSL 38.77º 0.63% 0.8% -
HSV(B) 38.77º 0.28% 0.93% -
XYZ 65.74 68.36 48.26 -
YUV 215.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 236 213 171 0 0.10 0.28 0.07 38.77 0.63 0.8
Hex EC D5 AB 0 A 1C 7 27 3F 50
Octal 354 325 253 0 12 34 7 47 77 120
Binary 11101100 11010101 10101011 0 1010 11100 111 100111 111111 1010000

Color Harmonies of #ECD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5AB

Black with #ECD5AB

Text Example


Text Example

White with #ECD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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