Html Css Color HEX #ECAC14 Gamboge

📋 copy color: '#ECAC14'

red 236 ◦ green 172 ◦ blue 20

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

Shades of Gamboge #ECAC14

Tints of Gamboge #ECAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 55.14%
G = 40.19%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECAC14 (or 0xECAC14) is known color: Gamboge. HEX triplet: EC, AC and 14. RGB value is (236,172,20). Sum of RGB (Red+Green+Blue) = 236+172+20=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC14 is #1353EB. Grayscale: #AEAEAE. Windows color (decimal): -1266668 or 1354988. OLE color: 1354988.

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

Color convert

RGB 236 172 20 -
CMYK 0 0.27 0.92 0.07
HSL 42.22º 0.85% 0.5% -
HSV(B) 42.22º 0.92% 0.93% -
XYZ 49.47 47.39 7.2 -
YUV 173.81 41.2 172.36 -
System Red Green Blue C M Y K H S L
Decimal 236 172 20 0 0.27 0.92 0.07 42.22 0.85 0.5
Hex EC AC 14 0 1B 5C 7 2A 55 32
Octal 354 254 24 0 33 134 7 52 125 62
Binary 11101100 10101100 10100 0 11011 1011100 111 101010 1010101 110010

Color Harmonies of #ECAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC14

Black with #ECAC14

Text Example


Text Example

White with #ECAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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