Html Css Color HEX #ECAA14 Gamboge

📋 copy color: '#ECAA14'

red 236 ◦ green 170 ◦ blue 20

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

Shades of Gamboge #ECAA14

Tints of Gamboge #ECAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.69%

R = 55.4%
G = 39.91%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECAA14 (or 0xECAA14) is known color: Gamboge. HEX triplet: EC, AA and 14. RGB value is (236,170,20). Sum of RGB (Red+Green+Blue) = 236+170+20=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA14 is #1355EB. Grayscale: #ADADAD. Windows color (decimal): -1267180 or 1354476. OLE color: 1354476.

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

Color convert

RGB 236 170 20 -
CMYK 0 0.28 0.92 0.07
HSL 41.67º 0.85% 0.5% -
HSV(B) 41.67º 0.92% 0.93% -
XYZ 49.09 46.63 7.08 -
YUV 172.63 41.87 173.2 -
System Red Green Blue C M Y K H S L
Decimal 236 170 20 0 0.28 0.92 0.07 41.67 0.85 0.5
Hex EC AA 14 0 1C 5C 7 2A 55 32
Octal 354 252 24 0 34 134 7 52 125 62
Binary 11101100 10101010 10100 0 11100 1011100 111 101010 1010101 110010

Color Harmonies of #ECAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA14

Black with #ECAA14

Text Example


Text Example

White with #ECAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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