Html Css Color HEX #EC9816 Gamboge

📋 copy color: '#EC9816'

red 236 ◦ green 152 ◦ blue 22

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

Shades of Gamboge #EC9816

Tints of Gamboge #EC9816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

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

R = 57.56%
G = 37.07%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9816 (or 0xEC9816) is known color: Gamboge. HEX triplet: EC, 98 and 16. RGB value is (236,152,22). Sum of RGB (Red+Green+Blue) = 236+152+22=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9816 is #1367E9. Grayscale: #A2A2A2. Windows color (decimal): -1271786 or 1480940. OLE color: 1480940.

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

Color convert

RGB 236 152 22 -
CMYK 0 0.36 0.91 0.07
HSL 36.45º 0.85% 0.51% -
HSV(B) 36.45º 0.91% 0.93% -
XYZ 45.97 40.35 6.12 -
YUV 162.3 48.83 180.57 -
System Red Green Blue C M Y K H S L
Decimal 236 152 22 0 0.36 0.91 0.07 36.45 0.85 0.51
Hex EC 98 16 0 24 5B 7 24 55 33
Octal 354 230 26 0 44 133 7 44 125 63
Binary 11101100 10011000 10110 0 100100 1011011 111 100100 1010101 110011

Color Harmonies of #EC9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9816

Black with #EC9816

Text Example


Text Example

White with #EC9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9816; }

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

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

background-color css

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

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

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

border-color css

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

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

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