Html Css Color HEX #ECA00A Gamboge

📋 copy color: '#ECA00A'

red 236 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #ECA00A

Tints of Gamboge #ECA00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

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

R = 58.13%
G = 39.41%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECA00A (or 0xECA00A) is known color: Gamboge. HEX triplet: EC, A0 and 0A. RGB value is (236,160,10). Sum of RGB (Red+Green+Blue) = 236+160+10=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA00A is #135FF5. Grayscale: #A6A6A6. Windows color (decimal): -1269750 or 696556. OLE color: 696556.

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

Color convert

RGB 236 160 10 -
CMYK 0 0.32 0.96 0.07
HSL 39.82º 0.92% 0.48% -
HSV(B) 39.82º 0.96% 0.93% -
XYZ 47.22 43 6.1 -
YUV 165.62 40.18 178.2 -
System Red Green Blue C M Y K H S L
Decimal 236 160 10 0 0.32 0.96 0.07 39.82 0.92 0.48
Hex EC A0 A 0 20 60 7 28 5C 30
Octal 354 240 12 0 40 140 7 50 134 60
Binary 11101100 10100000 1010 0 100000 1100000 111 101000 1011100 110000

Color Harmonies of #ECA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA00A

Black with #ECA00A

Text Example


Text Example

White with #ECA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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