Html Css Color HEX #ECA810 Gamboge

📋 copy color: '#ECA810'

red 236 ◦ green 168 ◦ blue 16

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

Shades of Gamboge #ECA810

Tints of Gamboge #ECA810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

 BLUE value IS 16 (6.64% from 255) = 3.81%

R = 56.19%
G = 40%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECA810 (or 0xECA810) is known color: Gamboge. HEX triplet: EC, A8 and 10. RGB value is (236,168,16). Sum of RGB (Red+Green+Blue) = 236+168+16=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA810 is #1357EF. Grayscale: #ABABAB. Windows color (decimal): -1267696 or 1091820. OLE color: 1091820.

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

Color convert

RGB 236 168 16 -
CMYK 0 0.29 0.93 0.07
HSL 41.45º 0.87% 0.49% -
HSV(B) 41.45º 0.93% 0.93% -
XYZ 48.69 45.88 6.78 -
YUV 171 40.53 174.36 -
System Red Green Blue C M Y K H S L
Decimal 236 168 16 0 0.29 0.93 0.07 41.45 0.87 0.49
Hex EC A8 10 0 1D 5D 7 29 57 31
Octal 354 250 20 0 35 135 7 51 127 61
Binary 11101100 10101000 10000 0 11101 1011101 111 101001 1010111 110001

Color Harmonies of #ECA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA810

Black with #ECA810

Text Example


Text Example

White with #ECA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA810; }

 p { color: rgb(236,168,16); }

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

background-color css

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

 a { background-color: rgb(236,168,16); }

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

border-color css

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

 span { border-color: rgb(236,168,16); }

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