Html Css Color HEX #EC9D15 Gamboge

📋 copy color: '#EC9D15'

red 236 ◦ green 157 ◦ blue 21

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

Shades of Gamboge #EC9D15

Tints of Gamboge #EC9D15

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 57%
G = 37.92%
B = 5.07%

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

#EC9D15 (or 0xEC9D15) is known color: Gamboge. HEX triplet: EC, 9D and 15. RGB value is (236,157,21). Sum of RGB (Red+Green+Blue) = 236+157+21=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D15 is #1362EA. Grayscale: #A5A5A5. Windows color (decimal): -1270507 or 1416684. OLE color: 1416684.

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

Color convert

RGB 236 157 21 -
CMYK 0 0.33 0.91 0.07
HSL 37.95º 0.85% 0.5% -
HSV(B) 37.95º 0.91% 0.93% -
XYZ 46.78 42 6.35 -
YUV 165.12 46.67 178.56 -
System Red Green Blue C M Y K H S L
Decimal 236 157 21 0 0.33 0.91 0.07 37.95 0.85 0.5
Hex EC 9D 15 0 21 5B 7 26 55 32
Octal 354 235 25 0 41 133 7 46 125 62
Binary 11101100 10011101 10101 0 100001 1011011 111 100110 1010101 110010

Color Harmonies of #EC9D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D15

Black with #EC9D15

Text Example


Text Example

White with #EC9D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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