Html Css Color HEX #ECA616 Gamboge

📋 copy color: '#ECA616'

red 236 ◦ green 166 ◦ blue 22

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

Shades of Gamboge #ECA616

Tints of Gamboge #ECA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

 BLUE value IS 22 (8.98% from 255) = 5.19%

R = 55.66%
G = 39.15%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECA616 (or 0xECA616) is known color: Gamboge. HEX triplet: EC, A6 and 16. RGB value is (236,166,22). Sum of RGB (Red+Green+Blue) = 236+166+22=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA616 is #1359E9. Grayscale: #ABABAB. Windows color (decimal): -1268202 or 1484524. OLE color: 1484524.

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

Color convert

RGB 236 166 22 -
CMYK 0 0.30 0.91 0.07
HSL 40.37º 0.85% 0.51% -
HSV(B) 40.37º 0.91% 0.93% -
XYZ 48.37 45.16 6.93 -
YUV 170.51 44.19 174.71 -
System Red Green Blue C M Y K H S L
Decimal 236 166 22 0 0.30 0.91 0.07 40.37 0.85 0.51
Hex EC A6 16 0 1E 5B 7 28 55 33
Octal 354 246 26 0 36 133 7 50 125 63
Binary 11101100 10100110 10110 0 11110 1011011 111 101000 1010101 110011

Color Harmonies of #ECA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA616

Black with #ECA616

Text Example


Text Example

White with #ECA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA616; }

 p { color: rgb(236,166,22); }

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

background-color css

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

 a { background-color: rgb(236,166,22); }

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

border-color css

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

 span { border-color: rgb(236,166,22); }

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