Html Css Color HEX #ECA918 Gamboge

📋 copy color: '#ECA918'

red 236 ◦ green 169 ◦ blue 24

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

Shades of Gamboge #ECA918

Tints of Gamboge #ECA918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 24 (9.77% from 255) = 5.59%

R = 55.01%
G = 39.39%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ECA918 (or 0xECA918) is known color: Gamboge. HEX triplet: EC, A9 and 18. RGB value is (236,169,24). Sum of RGB (Red+Green+Blue) = 236+169+24=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA918 is #1356E7. Grayscale: #ADADAD. Windows color (decimal): -1267432 or 1616364. OLE color: 1616364.

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

Color convert

RGB 236 169 24 -
CMYK 0 0.28 0.90 0.07
HSL 41.04º 0.85% 0.51% -
HSV(B) 41.04º 0.9% 0.93% -
XYZ 48.94 46.27 7.22 -
YUV 172.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 236 169 24 0 0.28 0.90 0.07 41.04 0.85 0.51
Hex EC A9 18 0 1C 5A 7 29 55 33
Octal 354 251 30 0 34 132 7 51 125 63
Binary 11101100 10101001 11000 0 11100 1011010 111 101001 1010101 110011

Color Harmonies of #ECA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA918

Black with #ECA918

Text Example


Text Example

White with #ECA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA918; }

 p { color: rgb(236,169,24); }

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

background-color css

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

 a { background-color: rgb(236,169,24); }

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

border-color css

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

 span { border-color: rgb(236,169,24); }

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