Html Css Color HEX #ECAC16 Gamboge

📋 copy color: '#ECAC16'

red 236 ◦ green 172 ◦ blue 22

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

Shades of Gamboge #ECAC16

Tints of Gamboge #ECAC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 54.88%
G = 40%
B = 5.12%

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

#ECAC16 (or 0xECAC16) is known color: Gamboge. HEX triplet: EC, AC and 16. RGB value is (236,172,22). Sum of RGB (Red+Green+Blue) = 236+172+22=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC16 is #1353E9. Grayscale: #AEAEAE. Windows color (decimal): -1266666 or 1486060. OLE color: 1486060.

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

Color convert

RGB 236 172 22 -
CMYK 0 0.27 0.91 0.07
HSL 42.06º 0.85% 0.51% -
HSV(B) 42.06º 0.91% 0.93% -
XYZ 49.49 47.4 7.3 -
YUV 174.04 42.2 172.2 -
System Red Green Blue C M Y K H S L
Decimal 236 172 22 0 0.27 0.91 0.07 42.06 0.85 0.51
Hex EC AC 16 0 1B 5B 7 2A 55 33
Octal 354 254 26 0 33 133 7 52 125 63
Binary 11101100 10101100 10110 0 11011 1011011 111 101010 1010101 110011

Color Harmonies of #ECAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC16

Black with #ECAC16

Text Example


Text Example

White with #ECAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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