Html Css Color HEX #ECA70A Gamboge

📋 copy color: '#ECA70A'

red 236 ◦ green 167 ◦ blue 10

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

Shades of Gamboge #ECA70A

Tints of Gamboge #ECA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

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

R = 57.14%
G = 40.44%
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

#ECA70A (or 0xECA70A) is known color: Gamboge. HEX triplet: EC, A7 and 0A. RGB value is (236,167,10). Sum of RGB (Red+Green+Blue) = 236+167+10=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA70A is #1358F5. Grayscale: #AAAAAA. Windows color (decimal): -1267958 or 698348. OLE color: 698348.

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

Color convert

RGB 236 167 10 -
CMYK 0 0.29 0.96 0.07
HSL 41.68º 0.92% 0.48% -
HSV(B) 41.68º 0.96% 0.93% -
XYZ 48.47 45.49 6.51 -
YUV 169.73 37.86 175.27 -
System Red Green Blue C M Y K H S L
Decimal 236 167 10 0 0.29 0.96 0.07 41.68 0.92 0.48
Hex EC A7 A 0 1D 60 7 2A 5C 30
Octal 354 247 12 0 35 140 7 52 134 60
Binary 11101100 10100111 1010 0 11101 1100000 111 101010 1011100 110000

Color Harmonies of #ECA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA70A

Black with #ECA70A

Text Example


Text Example

White with #ECA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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