Html Css Color HEX #ECAA10 Gamboge

📋 copy color: '#ECAA10'

red 236 ◦ green 170 ◦ blue 16

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

Shades of Gamboge #ECAA10

Tints of Gamboge #ECAA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.28%

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 55.92%
G = 40.28%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECAA10 (or 0xECAA10) is known color: Gamboge. HEX triplet: EC, AA and 10. RGB value is (236,170,16). Sum of RGB (Red+Green+Blue) = 236+170+16=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA10 is #1355EF. Grayscale: #ACACAC. Windows color (decimal): -1267184 or 1092332. OLE color: 1092332.

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

Color convert

RGB 236 170 16 -
CMYK 0 0.28 0.93 0.07
HSL 42º 0.87% 0.49% -
HSV(B) 42º 0.93% 0.93% -
XYZ 49.06 46.62 6.9 -
YUV 172.18 39.87 173.52 -
System Red Green Blue C M Y K H S L
Decimal 236 170 16 0 0.28 0.93 0.07 42 0.87 0.49
Hex EC AA 10 0 1C 5D 7 2A 57 31
Octal 354 252 20 0 34 135 7 52 127 61
Binary 11101100 10101010 10000 0 11100 1011101 111 101010 1010111 110001

Color Harmonies of #ECAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA10

Black with #ECAA10

Text Example


Text Example

White with #ECAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA10; }

 p { color: rgb(236,170,16); }

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

background-color css

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

 a { background-color: rgb(236,170,16); }

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

border-color css

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

 span { border-color: rgb(236,170,16); }

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