Html Css Color HEX #EC9708 Gamboge

📋 copy color: '#EC9708'

red 236 ◦ green 151 ◦ blue 8

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

Shades of Gamboge #EC9708

Tints of Gamboge #EC9708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 59.75%
G = 38.23%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9708 (or 0xEC9708) is known color: Gamboge. HEX triplet: EC, 97 and 08. RGB value is (236,151,8). Sum of RGB (Red+Green+Blue) = 236+151+8=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9708 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9708 is #1368F7. Grayscale: #A0A0A0. Windows color (decimal): -1272056 or 563180. OLE color: 563180.

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

Color convert

RGB 236 151 8 -
CMYK 0 0.36 0.97 0.07
HSL 37.63º 0.93% 0.48% -
HSV(B) 37.63º 0.97% 0.93% -
XYZ 45.7 39.98 5.54 -
YUV 160.11 42.16 182.13 -
System Red Green Blue C M Y K H S L
Decimal 236 151 8 0 0.36 0.97 0.07 37.63 0.93 0.48
Hex EC 97 8 0 24 61 7 26 5D 30
Octal 354 227 10 0 44 141 7 46 135 60
Binary 11101100 10010111 1000 0 100100 1100001 111 100110 1011101 110000

Color Harmonies of #EC9708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9708

Black with #EC9708

Text Example


Text Example

White with #EC9708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9708; }

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

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

background-color css

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

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

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

border-color css

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

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

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