Html Css Color HEX #ECA613 Gamboge

📋 copy color: '#ECA613'

red 236 ◦ green 166 ◦ blue 19

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

Shades of Gamboge #ECA613

Tints of Gamboge #ECA613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.51%

R = 56.06%
G = 39.43%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECA613 (or 0xECA613) is known color: Gamboge. HEX triplet: EC, A6 and 13. RGB value is (236,166,19). Sum of RGB (Red+Green+Blue) = 236+166+19=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA613 is #1359EC. Grayscale: #AAAAAA. Windows color (decimal): -1268205 or 1287916. OLE color: 1287916.

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

Color convert

RGB 236 166 19 -
CMYK 0 0.30 0.92 0.07
HSL 40.65º 0.85% 0.5% -
HSV(B) 40.65º 0.92% 0.93% -
XYZ 48.35 45.15 6.78 -
YUV 170.17 42.69 174.95 -
System Red Green Blue C M Y K H S L
Decimal 236 166 19 0 0.30 0.92 0.07 40.65 0.85 0.5
Hex EC A6 13 0 1E 5C 7 29 55 32
Octal 354 246 23 0 36 134 7 51 125 62
Binary 11101100 10100110 10011 0 11110 1011100 111 101001 1010101 110010

Color Harmonies of #ECA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA613

Black with #ECA613

Text Example


Text Example

White with #ECA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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