Html Css Color HEX #EC9E00 Gamboge

📋 copy color: '#EC9E00'

red 236 ◦ green 158 ◦ blue 0

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

Shades of Gamboge #EC9E00

Tints of Gamboge #EC9E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.9%
G = 40.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC9E00 (or 0xEC9E00) is known color: Gamboge. HEX triplet: EC, 9E and 00. RGB value is (236,158,0). Sum of RGB (Red+Green+Blue) = 236+158+0=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E00 is #1361FF. Grayscale: #A4A4A4. Windows color (decimal): -1270272 or 40684. OLE color: 40684.

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

Color convert

RGB 236 158 0 -
CMYK 0 0.33 1 0.07
HSL 40.17º 1% 0.46% -
HSV(B) 40.17º 1% 0.93% -
XYZ 46.82 42.29 5.69 -
YUV 163.31 35.84 179.85 -
System Red Green Blue C M Y K H S L
Decimal 236 158 0 0 0.33 1 0.07 40.17 1 0.46
Hex EC 9E 0 0 21 64 7 28 64 2E
Octal 354 236 0 0 41 144 7 50 144 56
Binary 11101100 10011110 0 0 100001 1100100 111 101000 1100100 101110

Color Harmonies of #EC9E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E00

Black with #EC9E00

Text Example


Text Example

White with #EC9E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E00; }

 p { color: rgb(236,158,0); }

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

background-color css

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

 a { background-color: rgb(236,158,0); }

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

border-color css

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

 span { border-color: rgb(236,158,0); }

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