Html Css Color HEX #EC9F15 Gamboge

📋 copy color: '#EC9F15'

red 236 ◦ green 159 ◦ blue 21

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

Shades of Gamboge #EC9F15

Tints of Gamboge #EC9F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 56.73%
G = 38.22%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9F15 (or 0xEC9F15) is known color: Gamboge. HEX triplet: EC, 9F and 15. RGB value is (236,159,21). Sum of RGB (Red+Green+Blue) = 236+159+21=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F15 is #1360EA. Grayscale: #A6A6A6. Windows color (decimal): -1269995 or 1417196. OLE color: 1417196.

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

Color convert

RGB 236 159 21 -
CMYK 0 0.33 0.91 0.07
HSL 38.51º 0.85% 0.5% -
HSV(B) 38.51º 0.91% 0.93% -
XYZ 47.13 42.68 6.46 -
YUV 166.29 46.01 177.72 -
System Red Green Blue C M Y K H S L
Decimal 236 159 21 0 0.33 0.91 0.07 38.51 0.85 0.5
Hex EC 9F 15 0 21 5B 7 27 55 32
Octal 354 237 25 0 41 133 7 47 125 62
Binary 11101100 10011111 10101 0 100001 1011011 111 100111 1010101 110010

Color Harmonies of #EC9F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F15

Black with #EC9F15

Text Example


Text Example

White with #EC9F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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