Html Css Color HEX #EC9C15 Gamboge

📋 copy color: '#EC9C15'

red 236 ◦ green 156 ◦ blue 21

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

Shades of Gamboge #EC9C15

Tints of Gamboge #EC9C15

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

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

R = 57.14%
G = 37.77%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9C15 (or 0xEC9C15) is known color: Gamboge. HEX triplet: EC, 9C and 15. RGB value is (236,156,21). Sum of RGB (Red+Green+Blue) = 236+156+21=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C15 is #1363EA. Grayscale: #A5A5A5. Windows color (decimal): -1270763 or 1416428. OLE color: 1416428.

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

Color convert

RGB 236 156 21 -
CMYK 0 0.34 0.91 0.07
HSL 37.67º 0.85% 0.5% -
HSV(B) 37.67º 0.91% 0.93% -
XYZ 46.62 41.66 6.29 -
YUV 164.53 47 178.98 -
System Red Green Blue C M Y K H S L
Decimal 236 156 21 0 0.34 0.91 0.07 37.67 0.85 0.5
Hex EC 9C 15 0 22 5B 7 26 55 32
Octal 354 234 25 0 42 133 7 46 125 62
Binary 11101100 10011100 10101 0 100010 1011011 111 100110 1010101 110010

Color Harmonies of #EC9C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C15

Black with #EC9C15

Text Example


Text Example

White with #EC9C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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