Html Css Color HEX #ECA515 Gamboge

📋 copy color: '#ECA515'

red 236 ◦ green 165 ◦ blue 21

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

Shades of Gamboge #ECA515

Tints of Gamboge #ECA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

 BLUE value IS 21 (8.59% from 255) = 4.98%

R = 55.92%
G = 39.1%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECA515 (or 0xECA515) is known color: Gamboge. HEX triplet: EC, A5 and 15. RGB value is (236,165,21). Sum of RGB (Red+Green+Blue) = 236+165+21=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA515 is #135AEA. Grayscale: #AAAAAA. Windows color (decimal): -1268459 or 1418732. OLE color: 1418732.

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

Color convert

RGB 236 165 21 -
CMYK 0 0.30 0.91 0.07
HSL 40.19º 0.85% 0.5% -
HSV(B) 40.19º 0.91% 0.93% -
XYZ 48.18 44.8 6.82 -
YUV 169.81 44.02 175.21 -
System Red Green Blue C M Y K H S L
Decimal 236 165 21 0 0.30 0.91 0.07 40.19 0.85 0.5
Hex EC A5 15 0 1E 5B 7 28 55 32
Octal 354 245 25 0 36 133 7 50 125 62
Binary 11101100 10100101 10101 0 11110 1011011 111 101000 1010101 110010

Color Harmonies of #ECA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA515

Black with #ECA515

Text Example


Text Example

White with #ECA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA515; }

 p { color: rgb(236,165,21); }

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

background-color css

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

 a { background-color: rgb(236,165,21); }

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

border-color css

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

 span { border-color: rgb(236,165,21); }

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