Html Css Color HEX #EC9913 Gamboge

📋 copy color: '#EC9913'

red 236 ◦ green 153 ◦ blue 19

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

Shades of Gamboge #EC9913

Tints of Gamboge #EC9913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 57.84%
G = 37.5%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9913 (or 0xEC9913) is known color: Gamboge. HEX triplet: EC, 99 and 13. RGB value is (236,153,19). Sum of RGB (Red+Green+Blue) = 236+153+19=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9913 is #1366EC. Grayscale: #A3A3A3. Windows color (decimal): -1271533 or 1284588. OLE color: 1284588.

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

Color convert

RGB 236 153 19 -
CMYK 0 0.35 0.92 0.07
HSL 37.05º 0.85% 0.5% -
HSV(B) 37.05º 0.92% 0.93% -
XYZ 46.1 40.66 6.03 -
YUV 162.54 47 180.4 -
System Red Green Blue C M Y K H S L
Decimal 236 153 19 0 0.35 0.92 0.07 37.05 0.85 0.5
Hex EC 99 13 0 23 5C 7 25 55 32
Octal 354 231 23 0 43 134 7 45 125 62
Binary 11101100 10011001 10011 0 100011 1011100 111 100101 1010101 110010

Color Harmonies of #EC9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9913

Black with #EC9913

Text Example


Text Example

White with #EC9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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