Html Css Color HEX #ECA119 Gamboge

📋 copy color: '#ECA119'

red 236 ◦ green 161 ◦ blue 25

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

Shades of Gamboge #ECA119

Tints of Gamboge #ECA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 25 (10.16% from 255) = 5.92%

R = 55.92%
G = 38.15%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECA119 (or 0xECA119) is known color: Gamboge. HEX triplet: EC, A1 and 19. RGB value is (236,161,25). Sum of RGB (Red+Green+Blue) = 236+161+25=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA119 is #135EE6. Grayscale: #A8A8A8. Windows color (decimal): -1269479 or 1679852. OLE color: 1679852.

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

Color convert

RGB 236 161 25 -
CMYK 0 0.32 0.89 0.07
HSL 38.67º 0.85% 0.51% -
HSV(B) 38.67º 0.89% 0.93% -
XYZ 47.51 43.39 6.79 -
YUV 167.92 47.35 176.56 -
System Red Green Blue C M Y K H S L
Decimal 236 161 25 0 0.32 0.89 0.07 38.67 0.85 0.51
Hex EC A1 19 0 20 59 7 27 55 33
Octal 354 241 31 0 40 131 7 47 125 63
Binary 11101100 10100001 11001 0 100000 1011001 111 100111 1010101 110011

Color Harmonies of #ECA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA119

Black with #ECA119

Text Example


Text Example

White with #ECA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA119; }

 p { color: rgb(236,161,25); }

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

background-color css

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

 a { background-color: rgb(236,161,25); }

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

border-color css

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

 span { border-color: rgb(236,161,25); }

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