Html Css Color HEX #ECAA12 Gamboge

📋 copy color: '#ECAA12'

red 236 ◦ green 170 ◦ blue 18

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

Shades of Gamboge #ECAA12

Tints of Gamboge #ECAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.25%

R = 55.66%
G = 40.09%
B = 4.25%

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

#ECAA12 (or 0xECAA12) is known color: Gamboge. HEX triplet: EC, AA and 12. RGB value is (236,170,18). Sum of RGB (Red+Green+Blue) = 236+170+18=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA12 is #1355ED. Grayscale: #ADADAD. Windows color (decimal): -1267182 or 1223404. OLE color: 1223404.

HSL color Cylindrical-coordinate representation of color #ECAA12: hue angle of 41.83º degrees, saturation: 0.86, 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 #ECAA12 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 18 -
CMYK 0 0.28 0.92 0.07
HSL 41.83º 0.86% 0.5% -
HSV(B) 41.83º 0.92% 0.93% -
XYZ 49.08 46.63 6.99 -
YUV 172.41 40.87 173.36 -
System Red Green Blue C M Y K H S L
Decimal 236 170 18 0 0.28 0.92 0.07 41.83 0.86 0.5
Hex EC AA 12 0 1C 5C 7 2A 56 32
Octal 354 252 22 0 34 134 7 52 126 62
Binary 11101100 10101010 10010 0 11100 1011100 111 101010 1010110 110010

Color Harmonies of #ECAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA12

Black with #ECAA12

Text Example


Text Example

White with #ECAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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