Html Css Color HEX #ECA602 Gamboge

📋 copy color: '#ECA602'

red 236 ◦ green 166 ◦ blue 2

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

Shades of Gamboge #ECA602

Tints of Gamboge #ECA602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 58.42%
G = 41.09%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECA602 (or 0xECA602) is known color: Gamboge. HEX triplet: EC, A6 and 02. RGB value is (236,166,2). Sum of RGB (Red+Green+Blue) = 236+166+2=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA602 is #1359FD. Grayscale: #A8A8A8. Windows color (decimal): -1268222 or 173804. OLE color: 173804.

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

Color convert

RGB 236 166 2 -
CMYK 0 0.30 0.99 0.07
HSL 42.05º 0.98% 0.47% -
HSV(B) 42.05º 0.99% 0.93% -
XYZ 48.24 45.11 6.22 -
YUV 168.23 34.19 176.34 -
System Red Green Blue C M Y K H S L
Decimal 236 166 2 0 0.30 0.99 0.07 42.05 0.98 0.47
Hex EC A6 2 0 1E 63 7 2A 62 2F
Octal 354 246 2 0 36 143 7 52 142 57
Binary 11101100 10100110 10 0 11110 1100011 111 101010 1100010 101111

Color Harmonies of #ECA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA602

Black with #ECA602

Text Example


Text Example

White with #ECA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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