Html Css Color HEX #ECA300 Gamboge

📋 copy color: '#ECA300'

red 236 ◦ green 163 ◦ blue 0

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

Shades of Gamboge #ECA300

Tints of Gamboge #ECA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

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

R = 59.15%
G = 40.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECA300 (or 0xECA300) is known color: Gamboge. HEX triplet: EC, A3 and 00. RGB value is (236,163,0). Sum of RGB (Red+Green+Blue) = 236+163+0=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA300 is #135CFF. Grayscale: #A6A6A6. Windows color (decimal): -1268992 or 41964. OLE color: 41964.

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

Color convert

RGB 236 163 0 -
CMYK 0 0.31 1 0.07
HSL 41.44º 1% 0.46% -
HSV(B) 41.44º 1% 0.93% -
XYZ 47.69 44.03 5.98 -
YUV 166.25 34.18 177.75 -
System Red Green Blue C M Y K H S L
Decimal 236 163 0 0 0.31 1 0.07 41.44 1 0.46
Hex EC A3 0 0 1F 64 7 29 64 2E
Octal 354 243 0 0 37 144 7 51 144 56
Binary 11101100 10100011 0 0 11111 1100100 111 101001 1100100 101110

Color Harmonies of #ECA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA300

Black with #ECA300

Text Example


Text Example

White with #ECA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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