Html Css Color HEX #ECA605 Gamboge

📋 copy color: '#ECA605'

red 236 ◦ green 166 ◦ blue 5

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

Shades of Gamboge #ECA605

Tints of Gamboge #ECA605

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 57.99%
G = 40.79%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECA605 (or 0xECA605) is known color: Gamboge. HEX triplet: EC, A6 and 05. RGB value is (236,166,5). Sum of RGB (Red+Green+Blue) = 236+166+5=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA605 is #1359FA. Grayscale: #A9A9A9. Windows color (decimal): -1268219 or 370412. OLE color: 370412.

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

Color convert

RGB 236 166 5 -
CMYK 0 0.30 0.98 0.07
HSL 41.82º 0.96% 0.47% -
HSV(B) 41.82º 0.98% 0.93% -
XYZ 48.26 45.12 6.31 -
YUV 168.58 35.69 176.09 -
System Red Green Blue C M Y K H S L
Decimal 236 166 5 0 0.30 0.98 0.07 41.82 0.96 0.47
Hex EC A6 5 0 1E 62 7 2A 60 2F
Octal 354 246 5 0 36 142 7 52 140 57
Binary 11101100 10100110 101 0 11110 1100010 111 101010 1100000 101111

Color Harmonies of #ECA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA605

Black with #ECA605

Text Example


Text Example

White with #ECA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA605; }

 p { color: rgb(236,166,5); }

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

background-color css

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

 a { background-color: rgb(236,166,5); }

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

border-color css

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

 span { border-color: rgb(236,166,5); }

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