Html Css Color HEX #EC9700 Gamboge

📋 copy color: '#EC9700'

red 236 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #EC9700

Tints of Gamboge #EC9700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.98%
G = 39.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC9700 (or 0xEC9700) is known color: Gamboge. HEX triplet: EC, 97 and 00. RGB value is (236,151,0). Sum of RGB (Red+Green+Blue) = 236+151+0=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9700 is #1368FF. Grayscale: #9F9F9F. Windows color (decimal): -1272064 or 38892. OLE color: 38892.

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

Color convert

RGB 236 151 0 -
CMYK 0 0.36 1 0.07
HSL 38.39º 1% 0.46% -
HSV(B) 38.39º 1% 0.93% -
XYZ 45.66 39.97 5.31 -
YUV 159.2 38.16 182.78 -
System Red Green Blue C M Y K H S L
Decimal 236 151 0 0 0.36 1 0.07 38.39 1 0.46
Hex EC 97 0 0 24 64 7 26 64 2E
Octal 354 227 0 0 44 144 7 46 144 56
Binary 11101100 10010111 0 0 100100 1100100 111 100110 1100100 101110

Color Harmonies of #EC9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9700

Black with #EC9700

Text Example


Text Example

White with #EC9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9700; }

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

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

background-color css

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

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

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

border-color css

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

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

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