Html Css Color HEX #ECA60B Gamboge

📋 copy color: '#ECA60B'

red 236 ◦ green 166 ◦ blue 11

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

Shades of Gamboge #ECA60B

Tints of Gamboge #ECA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

 BLUE value IS 11 (4.69% from 255) = 2.66%

R = 57.14%
G = 40.19%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECA60B (or 0xECA60B) is known color: Gamboge. HEX triplet: EC, A6 and 0B. RGB value is (236,166,11). Sum of RGB (Red+Green+Blue) = 236+166+11=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA60B is #1359F4. Grayscale: #A9A9A9. Windows color (decimal): -1268213 or 763628. OLE color: 763628.

HSL color Cylindrical-coordinate representation of color #ECA60B: hue angle of 41.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECA60B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 166 11 -
CMYK 0 0.30 0.95 0.07
HSL 41.33º 0.91% 0.48% -
HSV(B) 41.33º 0.95% 0.93% -
XYZ 48.29 45.13 6.48 -
YUV 169.26 38.69 175.6 -
System Red Green Blue C M Y K H S L
Decimal 236 166 11 0 0.30 0.95 0.07 41.33 0.91 0.48
Hex EC A6 B 0 1E 5F 7 29 5B 30
Octal 354 246 13 0 36 137 7 51 133 60
Binary 11101100 10100110 1011 0 11110 1011111 111 101001 1011011 110000

Color Harmonies of #ECA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA60B

Black with #ECA60B

Text Example


Text Example

White with #ECA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA60B; }

 p { color: rgb(236,166,11); }

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

background-color css

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

 a { background-color: rgb(236,166,11); }

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

border-color css

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

 span { border-color: rgb(236,166,11); }

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