Html Css Color HEX #ECD6B2 Givry

📋 copy color: '#ECD6B2'

red 236 ◦ green 214 ◦ blue 178

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

Shades of Givry #ECD6B2

Tints of Givry #ECD6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.34%

R = 37.58%
G = 34.08%
B = 28.34%

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

#ECD6B2 (or 0xECD6B2) is known color: Givry. HEX triplet: EC, D6 and B2. RGB value is (236,214,178). Sum of RGB (Red+Green+Blue) = 236+214+178=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6B2 is #13294D. Grayscale: #D8D8D8. Windows color (decimal): -1255758 or 11720428. OLE color: 11720428.

HSL color Cylindrical-coordinate representation of color #ECD6B2: hue angle of 37.24º degrees, saturation: 0.6, 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 #ECD6B2 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 178 -
CMYK 0 0.09 0.25 0.07
HSL 37.24º 0.6% 0.81% -
HSV(B) 37.24º 0.25% 0.93% -
XYZ 66.67 69.14 51.95 -
YUV 216.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 236 214 178 0 0.09 0.25 0.07 37.24 0.6 0.81
Hex EC D6 B2 0 9 19 7 25 3C 51
Octal 354 326 262 0 11 31 7 45 74 121
Binary 11101100 11010110 10110010 0 1001 11001 111 100101 111100 1010001

Color Harmonies of #ECD6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6B2

Black with #ECD6B2

Text Example


Text Example

White with #ECD6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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