Html Css Color HEX #ECAC15 Gamboge

📋 copy color: '#ECAC15'

red 236 ◦ green 172 ◦ blue 21

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

Shades of Gamboge #ECAC15

Tints of Gamboge #ECAC15

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

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

R = 55.01%
G = 40.09%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECAC15 (or 0xECAC15) is known color: Gamboge. HEX triplet: EC, AC and 15. RGB value is (236,172,21). Sum of RGB (Red+Green+Blue) = 236+172+21=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC15 is #1353EA. Grayscale: #AEAEAE. Windows color (decimal): -1266667 or 1420524. OLE color: 1420524.

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

Color convert

RGB 236 172 21 -
CMYK 0 0.27 0.91 0.07
HSL 42.14º 0.85% 0.5% -
HSV(B) 42.14º 0.91% 0.93% -
XYZ 49.48 47.39 7.25 -
YUV 173.92 41.7 172.28 -
System Red Green Blue C M Y K H S L
Decimal 236 172 21 0 0.27 0.91 0.07 42.14 0.85 0.5
Hex EC AC 15 0 1B 5B 7 2A 55 32
Octal 354 254 25 0 33 133 7 52 125 62
Binary 11101100 10101100 10101 0 11011 1011011 111 101010 1010101 110010

Color Harmonies of #ECAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC15

Black with #ECAC15

Text Example


Text Example

White with #ECAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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