Html Css Color HEX #EC9714 Gamboge

📋 copy color: '#EC9714'

red 236 ◦ green 151 ◦ blue 20

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

Shades of Gamboge #EC9714

Tints of Gamboge #EC9714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 57.99%
G = 37.1%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9714 (or 0xEC9714) is known color: Gamboge. HEX triplet: EC, 97 and 14. RGB value is (236,151,20). Sum of RGB (Red+Green+Blue) = 236+151+20=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9714 is #1368EB. Grayscale: #A2A2A2. Windows color (decimal): -1272044 or 1349612. OLE color: 1349612.

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

Color convert

RGB 236 151 20 -
CMYK 0 0.36 0.92 0.07
HSL 36.39º 0.85% 0.5% -
HSV(B) 36.39º 0.92% 0.93% -
XYZ 45.78 40.02 5.97 -
YUV 161.48 48.16 181.15 -
System Red Green Blue C M Y K H S L
Decimal 236 151 20 0 0.36 0.92 0.07 36.39 0.85 0.5
Hex EC 97 14 0 24 5C 7 24 55 32
Octal 354 227 24 0 44 134 7 44 125 62
Binary 11101100 10010111 10100 0 100100 1011100 111 100100 1010101 110010

Color Harmonies of #EC9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9714

Black with #EC9714

Text Example


Text Example

White with #EC9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9714; }

 p { color: rgb(236,151,20); }

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

background-color css

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

 a { background-color: rgb(236,151,20); }

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

border-color css

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

 span { border-color: rgb(236,151,20); }

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