Html Css Color HEX #ECA211 Gamboge

📋 copy color: '#ECA211'

red 236 ◦ green 162 ◦ blue 17

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

Shades of Gamboge #ECA211

Tints of Gamboge #ECA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 56.87%
G = 39.04%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECA211 (or 0xECA211) is known color: Gamboge. HEX triplet: EC, A2 and 11. RGB value is (236,162,17). Sum of RGB (Red+Green+Blue) = 236+162+17=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA211 is #135DEE. Grayscale: #A8A8A8. Windows color (decimal): -1269231 or 1155820. OLE color: 1155820.

HSL color Cylindrical-coordinate representation of color #ECA211: hue angle of 39.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECA211 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 162 17 -
CMYK 0 0.31 0.93 0.07
HSL 39.73º 0.87% 0.5% -
HSV(B) 39.73º 0.93% 0.93% -
XYZ 47.61 43.71 6.46 -
YUV 167.6 43.02 176.79 -
System Red Green Blue C M Y K H S L
Decimal 236 162 17 0 0.31 0.93 0.07 39.73 0.87 0.5
Hex EC A2 11 0 1F 5D 7 28 57 32
Octal 354 242 21 0 37 135 7 50 127 62
Binary 11101100 10100010 10001 0 11111 1011101 111 101000 1010111 110010

Color Harmonies of #ECA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA211

Black with #ECA211

Text Example


Text Example

White with #ECA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA211; }

 p { color: rgb(236,162,17); }

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

background-color css

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

 a { background-color: rgb(236,162,17); }

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

border-color css

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

 span { border-color: rgb(236,162,17); }

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