Html Css Color HEX #ECD2B0 Givry

📋 copy color: '#ECD2B0'

red 236 ◦ green 210 ◦ blue 176

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

Shades of Givry #ECD2B0

Tints of Givry #ECD2B0

RGB

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

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

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

R = 37.94%
G = 33.76%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECD2B0 (or 0xECD2B0) is known color: Givry. HEX triplet: EC, D2 and B0. RGB value is (236,210,176). Sum of RGB (Red+Green+Blue) = 236+210+176=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2B0 is #132D4F. Grayscale: #D6D6D6. Windows color (decimal): -1256784 or 11588332. OLE color: 11588332.

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

Color convert

RGB 236 210 176 -
CMYK 0 0.11 0.25 0.07
HSL 34º 0.61% 0.81% -
HSV(B) 34º 0.25% 0.93% -
XYZ 65.48 67.06 50.57 -
YUV 213.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 236 210 176 0 0.11 0.25 0.07 34 0.61 0.81
Hex EC D2 B0 0 B 19 7 22 3D 51
Octal 354 322 260 0 13 31 7 42 75 121
Binary 11101100 11010010 10110000 0 1011 11001 111 100010 111101 1010001

Color Harmonies of #ECD2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2B0

Black with #ECD2B0

Text Example


Text Example

White with #ECD2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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