Html Css Color HEX #EC9F18 Gamboge

📋 copy color: '#EC9F18'

red 236 ◦ green 159 ◦ blue 24

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

Shades of Gamboge #EC9F18

Tints of Gamboge #EC9F18

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

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

R = 56.32%
G = 37.95%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC9F18 (or 0xEC9F18) is known color: Gamboge. HEX triplet: EC, 9F and 18. RGB value is (236,159,24). Sum of RGB (Red+Green+Blue) = 236+159+24=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F18 is #1360E7. Grayscale: #A7A7A7. Windows color (decimal): -1269992 or 1613804. OLE color: 1613804.

HSL color Cylindrical-coordinate representation of color #EC9F18: hue angle of 38.21º 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 #EC9F18 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 159 24 -
CMYK 0 0.33 0.90 0.07
HSL 38.21º 0.85% 0.51% -
HSV(B) 38.21º 0.9% 0.93% -
XYZ 47.16 42.7 6.62 -
YUV 166.63 47.51 177.48 -
System Red Green Blue C M Y K H S L
Decimal 236 159 24 0 0.33 0.90 0.07 38.21 0.85 0.51
Hex EC 9F 18 0 21 5A 7 26 55 33
Octal 354 237 30 0 41 132 7 46 125 63
Binary 11101100 10011111 11000 0 100001 1011010 111 100110 1010101 110011

Color Harmonies of #EC9F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F18

Black with #EC9F18

Text Example


Text Example

White with #EC9F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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