Html Css Color HEX #ECD6B0 Givry

📋 copy color: '#ECD6B0'

red 236 ◦ green 214 ◦ blue 176

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

Shades of Givry #ECD6B0

Tints of Givry #ECD6B0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

 BLUE value IS 176 (69.14% from 255) = 28.12%

R = 37.7%
G = 34.19%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECD6B0 (or 0xECD6B0) is known color: Givry. HEX triplet: EC, D6 and B0. RGB value is (236,214,176). Sum of RGB (Red+Green+Blue) = 236+214+176=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6B0 is #13294F. Grayscale: #D8D8D8. Windows color (decimal): -1255760 or 11589356. OLE color: 11589356.

HSL color Cylindrical-coordinate representation of color #ECD6B0: hue angle of 38º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECD6B0 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 176 -
CMYK 0 0.09 0.25 0.07
HSL 38º 0.61% 0.81% -
HSV(B) 38º 0.25% 0.93% -
XYZ 66.48 69.06 50.9 -
YUV 216.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 236 214 176 0 0.09 0.25 0.07 38 0.61 0.81
Hex EC D6 B0 0 9 19 7 26 3D 51
Octal 354 326 260 0 11 31 7 46 75 121
Binary 11101100 11010110 10110000 0 1001 11001 111 100110 111101 1010001

Color Harmonies of #ECD6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6B0

Black with #ECD6B0

Text Example


Text Example

White with #ECD6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6B0; }

 p { color: rgb(236,214,176); }

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

background-color css

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

 a { background-color: rgb(236,214,176); }

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

border-color css

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

 span { border-color: rgb(236,214,176); }

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