Html Css Color HEX #EC9A16 Gamboge

📋 copy color: '#EC9A16'

red 236 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #EC9A16

Tints of Gamboge #EC9A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 22 (8.98% from 255) = 5.34%

R = 57.28%
G = 37.38%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9A16 (or 0xEC9A16) is known color: Gamboge. HEX triplet: EC, 9A and 16. RGB value is (236,154,22). Sum of RGB (Red+Green+Blue) = 236+154+22=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A16 is #1365E9. Grayscale: #A4A4A4. Windows color (decimal): -1271274 or 1481452. OLE color: 1481452.

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

Color convert

RGB 236 154 22 -
CMYK 0 0.35 0.91 0.07
HSL 37.01º 0.85% 0.51% -
HSV(B) 37.01º 0.91% 0.93% -
XYZ 46.29 41 6.23 -
YUV 163.47 48.17 179.73 -
System Red Green Blue C M Y K H S L
Decimal 236 154 22 0 0.35 0.91 0.07 37.01 0.85 0.51
Hex EC 9A 16 0 23 5B 7 25 55 33
Octal 354 232 26 0 43 133 7 45 125 63
Binary 11101100 10011010 10110 0 100011 1011011 111 100101 1010101 110011

Color Harmonies of #EC9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A16

Black with #EC9A16

Text Example


Text Example

White with #EC9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A16; }

 p { color: rgb(236,154,22); }

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

background-color css

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

 a { background-color: rgb(236,154,22); }

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

border-color css

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

 span { border-color: rgb(236,154,22); }

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