Html Css Color HEX #ECA302 Gamboge

📋 copy color: '#ECA302'

red 236 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #ECA302

Tints of Gamboge #ECA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 58.85%
G = 40.65%
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

#ECA302 (or 0xECA302) is known color: Gamboge. HEX triplet: EC, A3 and 02. RGB value is (236,163,2). Sum of RGB (Red+Green+Blue) = 236+163+2=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA302 is #135CFD. Grayscale: #A7A7A7. Windows color (decimal): -1268990 or 173036. OLE color: 173036.

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

Color convert

RGB 236 163 2 -
CMYK 0 0.31 0.99 0.07
HSL 41.28º 0.98% 0.47% -
HSV(B) 41.28º 0.99% 0.93% -
XYZ 47.7 44.03 6.04 -
YUV 166.47 35.18 177.59 -
System Red Green Blue C M Y K H S L
Decimal 236 163 2 0 0.31 0.99 0.07 41.28 0.98 0.47
Hex EC A3 2 0 1F 63 7 29 62 2F
Octal 354 243 2 0 37 143 7 51 142 57
Binary 11101100 10100011 10 0 11111 1100011 111 101001 1100010 101111

Color Harmonies of #ECA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA302

Black with #ECA302

Text Example


Text Example

White with #ECA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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