Html Css Color HEX #EC9615 Gamboge

📋 copy color: '#EC9615'

red 236 ◦ green 150 ◦ blue 21

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

Shades of Gamboge #EC9615

Tints of Gamboge #EC9615

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

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

R = 57.99%
G = 36.86%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9615 (or 0xEC9615) is known color: Gamboge. HEX triplet: EC, 96 and 15. RGB value is (236,150,21). Sum of RGB (Red+Green+Blue) = 236+150+21=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9615 is #1369EA. Grayscale: #A1A1A1. Windows color (decimal): -1272299 or 1414892. OLE color: 1414892.

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

Color convert

RGB 236 150 21 -
CMYK 0 0.36 0.91 0.07
HSL 36º 0.85% 0.5% -
HSV(B) 36º 0.91% 0.93% -
XYZ 45.63 39.7 5.97 -
YUV 161.01 48.99 181.49 -
System Red Green Blue C M Y K H S L
Decimal 236 150 21 0 0.36 0.91 0.07 36 0.85 0.5
Hex EC 96 15 0 24 5B 7 24 55 32
Octal 354 226 25 0 44 133 7 44 125 62
Binary 11101100 10010110 10101 0 100100 1011011 111 100100 1010101 110010

Color Harmonies of #EC9615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9615

Black with #EC9615

Text Example


Text Example

White with #EC9615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9615; }

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

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

background-color css

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

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

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

border-color css

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

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

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