Html Css Color HEX #ECAA0E Gamboge

📋 copy color: '#ECAA0E'

red 236 ◦ green 170 ◦ blue 14

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

Shades of Gamboge #ECAA0E

Tints of Gamboge #ECAA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 56.19%
G = 40.48%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECAA0E (or 0xECAA0E) is known color: Gamboge. HEX triplet: EC, AA and 0E. RGB value is (236,170,14). Sum of RGB (Red+Green+Blue) = 236+170+14=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA0E is #1355F1. Grayscale: #ACACAC. Windows color (decimal): -1267186 or 961260. OLE color: 961260.

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

Color convert

RGB 236 170 14 -
CMYK 0 0.28 0.94 0.07
HSL 42.16º 0.89% 0.49% -
HSV(B) 42.16º 0.94% 0.93% -
XYZ 49.05 46.61 6.83 -
YUV 171.95 38.87 173.68 -
System Red Green Blue C M Y K H S L
Decimal 236 170 14 0 0.28 0.94 0.07 42.16 0.89 0.49
Hex EC AA E 0 1C 5E 7 2A 59 31
Octal 354 252 16 0 34 136 7 52 131 61
Binary 11101100 10101010 1110 0 11100 1011110 111 101010 1011001 110001

Color Harmonies of #ECAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA0E

Black with #ECAA0E

Text Example


Text Example

White with #ECAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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