Html Css Color HEX #EC9A0F Gamboge

📋 copy color: '#EC9A0F'

red 236 ◦ green 154 ◦ blue 15

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

Shades of Gamboge #EC9A0F

Tints of Gamboge #EC9A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

 BLUE value IS 15 (6.25% from 255) = 3.7%

R = 58.27%
G = 38.02%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC9A0F (or 0xEC9A0F) is known color: Gamboge. HEX triplet: EC, 9A and 0F. RGB value is (236,154,15). Sum of RGB (Red+Green+Blue) = 236+154+15=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A0F is #1365F0. Grayscale: #A3A3A3. Windows color (decimal): -1271281 or 1022700. OLE color: 1022700.

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

Color convert

RGB 236 154 15 -
CMYK 0 0.35 0.94 0.07
HSL 37.74º 0.88% 0.49% -
HSV(B) 37.74º 0.94% 0.93% -
XYZ 46.23 40.98 5.92 -
YUV 162.67 44.67 180.3 -
System Red Green Blue C M Y K H S L
Decimal 236 154 15 0 0.35 0.94 0.07 37.74 0.88 0.49
Hex EC 9A F 0 23 5E 7 26 58 31
Octal 354 232 17 0 43 136 7 46 130 61
Binary 11101100 10011010 1111 0 100011 1011110 111 100110 1011000 110001

Color Harmonies of #EC9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A0F

Black with #EC9A0F

Text Example


Text Example

White with #EC9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A0F; }

 p { color: rgb(236,154,15); }

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

background-color css

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

 a { background-color: rgb(236,154,15); }

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

border-color css

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

 span { border-color: rgb(236,154,15); }

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