Html Css Color HEX #ECAD0A Gamboge

📋 copy color: '#ECAD0A'

red 236 ◦ green 173 ◦ blue 10

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

Shades of Gamboge #ECAD0A

Tints of Gamboge #ECAD0A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 56.32%
G = 41.29%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECAD0A (or 0xECAD0A) is known color: Gamboge. HEX triplet: EC, AD and 0A. RGB value is (236,173,10). Sum of RGB (Red+Green+Blue) = 236+173+10=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD0A is #1352F5. Grayscale: #ADADAD. Windows color (decimal): -1266422 or 699884. OLE color: 699884.

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

Color convert

RGB 236 173 10 -
CMYK 0 0.27 0.96 0.07
HSL 43.27º 0.92% 0.48% -
HSV(B) 43.27º 0.96% 0.93% -
XYZ 49.59 47.74 6.89 -
YUV 173.26 35.87 172.75 -
System Red Green Blue C M Y K H S L
Decimal 236 173 10 0 0.27 0.96 0.07 43.27 0.92 0.48
Hex EC AD A 0 1B 60 7 2B 5C 30
Octal 354 255 12 0 33 140 7 53 134 60
Binary 11101100 10101101 1010 0 11011 1100000 111 101011 1011100 110000

Color Harmonies of #ECAD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD0A

Black with #ECAD0A

Text Example


Text Example

White with #ECAD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD0A; }

 p { color: rgb(236,173,10); }

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

background-color css

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

 a { background-color: rgb(236,173,10); }

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

border-color css

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

 span { border-color: rgb(236,173,10); }

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