Html Css Color HEX #EC9408 Gamboge

📋 copy color: '#EC9408'

red 236 ◦ green 148 ◦ blue 8

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

Shades of Gamboge #EC9408

Tints of Gamboge #EC9408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.76%

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

R = 60.2%
G = 37.76%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9408 (or 0xEC9408) is known color: Gamboge. HEX triplet: EC, 94 and 08. RGB value is (236,148,8). Sum of RGB (Red+Green+Blue) = 236+148+8=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9408 is #136BF7. Grayscale: #9F9F9F. Windows color (decimal): -1272824 or 562412. OLE color: 562412.

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

Color convert

RGB 236 148 8 -
CMYK 0 0.37 0.97 0.07
HSL 36.84º 0.93% 0.48% -
HSV(B) 36.84º 0.97% 0.93% -
XYZ 45.23 39.03 5.38 -
YUV 158.35 43.15 183.38 -
System Red Green Blue C M Y K H S L
Decimal 236 148 8 0 0.37 0.97 0.07 36.84 0.93 0.48
Hex EC 94 8 0 25 61 7 25 5D 30
Octal 354 224 10 0 45 141 7 45 135 60
Binary 11101100 10010100 1000 0 100101 1100001 111 100101 1011101 110000

Color Harmonies of #EC9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9408

Black with #EC9408

Text Example


Text Example

White with #EC9408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9408; }

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

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

background-color css

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

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

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

border-color css

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

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

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