Html Css Color HEX #EC9E13 Gamboge

📋 copy color: '#EC9E13'

red 236 ◦ green 158 ◦ blue 19

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

Shades of Gamboge #EC9E13

Tints of Gamboge #EC9E13

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

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

R = 57.14%
G = 38.26%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9E13 (or 0xEC9E13) is known color: Gamboge. HEX triplet: EC, 9E and 13. RGB value is (236,158,19). Sum of RGB (Red+Green+Blue) = 236+158+19=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E13 is #1361EC. Grayscale: #A6A6A6. Windows color (decimal): -1270253 or 1285868. OLE color: 1285868.

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

Color convert

RGB 236 158 19 -
CMYK 0 0.33 0.92 0.07
HSL 38.43º 0.85% 0.5% -
HSV(B) 38.43º 0.92% 0.93% -
XYZ 46.94 42.33 6.31 -
YUV 165.48 45.34 178.3 -
System Red Green Blue C M Y K H S L
Decimal 236 158 19 0 0.33 0.92 0.07 38.43 0.85 0.5
Hex EC 9E 13 0 21 5C 7 26 55 32
Octal 354 236 23 0 41 134 7 46 125 62
Binary 11101100 10011110 10011 0 100001 1011100 111 100110 1010101 110010

Color Harmonies of #EC9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E13

Black with #EC9E13

Text Example


Text Example

White with #EC9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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