Html Css Color HEX #ECAC10 Gamboge

📋 copy color: '#ECAC10'

red 236 ◦ green 172 ◦ blue 16

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

Shades of Gamboge #ECAC10

Tints of Gamboge #ECAC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 55.66%
G = 40.57%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECAC10 (or 0xECAC10) is known color: Gamboge. HEX triplet: EC, AC and 10. RGB value is (236,172,16). Sum of RGB (Red+Green+Blue) = 236+172+16=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC10 is #1353EF. Grayscale: #AEAEAE. Windows color (decimal): -1266672 or 1092844. OLE color: 1092844.

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

Color convert

RGB 236 172 16 -
CMYK 0 0.27 0.93 0.07
HSL 42.55º 0.87% 0.49% -
HSV(B) 42.55º 0.93% 0.93% -
XYZ 49.44 47.38 7.03 -
YUV 173.35 39.2 172.68 -
System Red Green Blue C M Y K H S L
Decimal 236 172 16 0 0.27 0.93 0.07 42.55 0.87 0.49
Hex EC AC 10 0 1B 5D 7 2B 57 31
Octal 354 254 20 0 33 135 7 53 127 61
Binary 11101100 10101100 10000 0 11011 1011101 111 101011 1010111 110001

Color Harmonies of #ECAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC10

Black with #ECAC10

Text Example


Text Example

White with #ECAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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