Html Css Color HEX #ECA202 Gamboge

📋 copy color: '#ECA202'

red 236 ◦ green 162 ◦ blue 2

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

Shades of Gamboge #ECA202

Tints of Gamboge #ECA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 59%
G = 40.5%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECA202 (or 0xECA202) is known color: Gamboge. HEX triplet: EC, A2 and 02. RGB value is (236,162,2). Sum of RGB (Red+Green+Blue) = 236+162+2=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA202 is #135DFD. Grayscale: #A6A6A6. Windows color (decimal): -1269246 or 172780. OLE color: 172780.

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

Color convert

RGB 236 162 2 -
CMYK 0 0.31 0.99 0.07
HSL 41.03º 0.98% 0.47% -
HSV(B) 41.03º 0.99% 0.93% -
XYZ 47.52 43.68 5.98 -
YUV 165.89 35.52 178.01 -
System Red Green Blue C M Y K H S L
Decimal 236 162 2 0 0.31 0.99 0.07 41.03 0.98 0.47
Hex EC A2 2 0 1F 63 7 29 62 2F
Octal 354 242 2 0 37 143 7 51 142 57
Binary 11101100 10100010 10 0 11111 1100011 111 101001 1100010 101111

Color Harmonies of #ECA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA202

Black with #ECA202

Text Example


Text Example

White with #ECA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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