Html Css Color HEX #ECD3B1 Givry

📋 copy color: '#ECD3B1'

red 236 ◦ green 211 ◦ blue 177

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

Shades of Givry #ECD3B1

Tints of Givry #ECD3B1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.81%

 BLUE value IS 177 (69.53% from 255) = 28.37%

R = 37.82%
G = 33.81%
B = 28.37%

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

#ECD3B1 (or 0xECD3B1) is known color: Givry. HEX triplet: EC, D3 and B1. RGB value is (236,211,177). Sum of RGB (Red+Green+Blue) = 236+211+177=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3B1 is #132C4E. Grayscale: #D6D6D6. Windows color (decimal): -1256527 or 11654124. OLE color: 11654124.

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

Color convert

RGB 236 211 177 -
CMYK 0 0.11 0.25 0.07
HSL 34.58º 0.61% 0.81% -
HSV(B) 34.58º 0.25% 0.93% -
XYZ 65.82 67.6 51.17 -
YUV 214.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 236 211 177 0 0.11 0.25 0.07 34.58 0.61 0.81
Hex EC D3 B1 0 B 19 7 23 3D 51
Octal 354 323 261 0 13 31 7 43 75 121
Binary 11101100 11010011 10110001 0 1011 11001 111 100011 111101 1010001

Color Harmonies of #ECD3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3B1

Black with #ECD3B1

Text Example


Text Example

White with #ECD3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3B1; }

 p { color: rgb(236,211,177); }

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

background-color css

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

 a { background-color: rgb(236,211,177); }

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

border-color css

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

 span { border-color: rgb(236,211,177); }

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