Html Css Color HEX #ECAA15 Gamboge

📋 copy color: '#ECAA15'

red 236 ◦ green 170 ◦ blue 21

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

Shades of Gamboge #ECAA15

Tints of Gamboge #ECAA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 55.27%
G = 39.81%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECAA15 (or 0xECAA15) is known color: Gamboge. HEX triplet: EC, AA and 15. RGB value is (236,170,21). Sum of RGB (Red+Green+Blue) = 236+170+21=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA15 is #1355EA. Grayscale: #ADADAD. Windows color (decimal): -1267179 or 1420012. OLE color: 1420012.

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

Color convert

RGB 236 170 21 -
CMYK 0 0.28 0.91 0.07
HSL 41.58º 0.85% 0.5% -
HSV(B) 41.58º 0.91% 0.93% -
XYZ 49.1 46.64 7.12 -
YUV 172.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 236 170 21 0 0.28 0.91 0.07 41.58 0.85 0.5
Hex EC AA 15 0 1C 5B 7 2A 55 32
Octal 354 252 25 0 34 133 7 52 125 62
Binary 11101100 10101010 10101 0 11100 1011011 111 101010 1010101 110010

Color Harmonies of #ECAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA15

Black with #ECAA15

Text Example


Text Example

White with #ECAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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