Html Css Color HEX #EC9F19 Gamboge

📋 copy color: '#EC9F19'

red 236 ◦ green 159 ◦ blue 25

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

Shades of Gamboge #EC9F19

Tints of Gamboge #EC9F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 56.19%
G = 37.86%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC9F19 (or 0xEC9F19) is known color: Gamboge. HEX triplet: EC, 9F and 19. RGB value is (236,159,25). Sum of RGB (Red+Green+Blue) = 236+159+25=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F19 is #1360E6. Grayscale: #A7A7A7. Windows color (decimal): -1269991 or 1679340. OLE color: 1679340.

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

Color convert

RGB 236 159 25 -
CMYK 0 0.33 0.89 0.07
HSL 38.1º 0.85% 0.51% -
HSV(B) 38.1º 0.89% 0.93% -
XYZ 47.17 42.7 6.68 -
YUV 166.75 48.01 177.4 -
System Red Green Blue C M Y K H S L
Decimal 236 159 25 0 0.33 0.89 0.07 38.1 0.85 0.51
Hex EC 9F 19 0 21 59 7 26 55 33
Octal 354 237 31 0 41 131 7 46 125 63
Binary 11101100 10011111 11001 0 100001 1011001 111 100110 1010101 110011

Color Harmonies of #EC9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F19

Black with #EC9F19

Text Example


Text Example

White with #EC9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F19; }

 p { color: rgb(236,159,25); }

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

background-color css

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

 a { background-color: rgb(236,159,25); }

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

border-color css

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

 span { border-color: rgb(236,159,25); }

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