Html Css Color HEX #EC9710 Gamboge

📋 copy color: '#EC9710'

red 236 ◦ green 151 ◦ blue 16

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

Shades of Gamboge #EC9710

Tints of Gamboge #EC9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 58.56%
G = 37.47%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC9710 (or 0xEC9710) is known color: Gamboge. HEX triplet: EC, 97 and 10. RGB value is (236,151,16). Sum of RGB (Red+Green+Blue) = 236+151+16=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9710 is #1368EF. Grayscale: #A1A1A1. Windows color (decimal): -1272048 or 1087468. OLE color: 1087468.

HSL color Cylindrical-coordinate representation of color #EC9710: hue angle of 36.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC9710 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 151 16 -
CMYK 0 0.36 0.93 0.07
HSL 36.82º 0.87% 0.49% -
HSV(B) 36.82º 0.93% 0.93% -
XYZ 45.75 40 5.8 -
YUV 161.03 46.16 181.48 -
System Red Green Blue C M Y K H S L
Decimal 236 151 16 0 0.36 0.93 0.07 36.82 0.87 0.49
Hex EC 97 10 0 24 5D 7 25 57 31
Octal 354 227 20 0 44 135 7 45 127 61
Binary 11101100 10010111 10000 0 100100 1011101 111 100101 1010111 110001

Color Harmonies of #EC9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9710

Black with #EC9710

Text Example


Text Example

White with #EC9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9710; }

 p { color: rgb(236,151,16); }

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

background-color css

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

 a { background-color: rgb(236,151,16); }

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

border-color css

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

 span { border-color: rgb(236,151,16); }

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