Html Css Color HEX #EC9918 Gamboge

📋 copy color: '#EC9918'

red 236 ◦ green 153 ◦ blue 24

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

Shades of Gamboge #EC9918

Tints of Gamboge #EC9918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 57.14%
G = 37.05%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC9918 (or 0xEC9918) is known color: Gamboge. HEX triplet: EC, 99 and 18. RGB value is (236,153,24). Sum of RGB (Red+Green+Blue) = 236+153+24=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9918 is #1366E7. Grayscale: #A3A3A3. Windows color (decimal): -1271528 or 1612268. OLE color: 1612268.

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

Color convert

RGB 236 153 24 -
CMYK 0 0.35 0.90 0.07
HSL 36.51º 0.85% 0.51% -
HSV(B) 36.51º 0.9% 0.93% -
XYZ 46.15 40.68 6.28 -
YUV 163.11 49.5 179.99 -
System Red Green Blue C M Y K H S L
Decimal 236 153 24 0 0.35 0.90 0.07 36.51 0.85 0.51
Hex EC 99 18 0 23 5A 7 25 55 33
Octal 354 231 30 0 43 132 7 45 125 63
Binary 11101100 10011001 11000 0 100011 1011010 111 100101 1010101 110011

Color Harmonies of #EC9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9918

Black with #EC9918

Text Example


Text Example

White with #EC9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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