Html Css Color HEX #EC9608 Gamboge

📋 copy color: '#EC9608'

red 236 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #EC9608

Tints of Gamboge #EC9608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

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

R = 59.9%
G = 38.07%
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

#EC9608 (or 0xEC9608) is known color: Gamboge. HEX triplet: EC, 96 and 08. RGB value is (236,150,8). Sum of RGB (Red+Green+Blue) = 236+150+8=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9608 is #1369F7. Grayscale: #A0A0A0. Windows color (decimal): -1272312 or 562924. OLE color: 562924.

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

Color convert

RGB 236 150 8 -
CMYK 0 0.36 0.97 0.07
HSL 37.37º 0.93% 0.48% -
HSV(B) 37.37º 0.97% 0.93% -
XYZ 45.54 39.66 5.49 -
YUV 159.53 42.49 182.55 -
System Red Green Blue C M Y K H S L
Decimal 236 150 8 0 0.36 0.97 0.07 37.37 0.93 0.48
Hex EC 96 8 0 24 61 7 25 5D 30
Octal 354 226 10 0 44 141 7 45 135 60
Binary 11101100 10010110 1000 0 100100 1100001 111 100101 1011101 110000

Color Harmonies of #EC9608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9608

Black with #EC9608

Text Example


Text Example

White with #EC9608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9608; }

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

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

background-color css

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

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

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

border-color css

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

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

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