Html Css Color HEX #ECA80A Gamboge

📋 copy color: '#ECA80A'

red 236 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #ECA80A

Tints of Gamboge #ECA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 57%
G = 40.58%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECA80A (or 0xECA80A) is known color: Gamboge. HEX triplet: EC, A8 and 0A. RGB value is (236,168,10). Sum of RGB (Red+Green+Blue) = 236+168+10=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA80A is #1357F5. Grayscale: #ABABAB. Windows color (decimal): -1267702 or 698604. OLE color: 698604.

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

Color convert

RGB 236 168 10 -
CMYK 0 0.29 0.96 0.07
HSL 41.95º 0.92% 0.48% -
HSV(B) 41.95º 0.96% 0.93% -
XYZ 48.65 45.86 6.57 -
YUV 170.32 37.53 174.85 -
System Red Green Blue C M Y K H S L
Decimal 236 168 10 0 0.29 0.96 0.07 41.95 0.92 0.48
Hex EC A8 A 0 1D 60 7 2A 5C 30
Octal 354 250 12 0 35 140 7 52 134 60
Binary 11101100 10101000 1010 0 11101 1100000 111 101010 1011100 110000

Color Harmonies of #ECA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA80A

Black with #ECA80A

Text Example


Text Example

White with #ECA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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