Html Css Color HEX #ECA301 Gamboge

📋 copy color: '#ECA301'

red 236 ◦ green 163 ◦ blue 1

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

Shades of Gamboge #ECA301

Tints of Gamboge #ECA301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 59%
G = 40.75%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECA301 (or 0xECA301) is known color: Gamboge. HEX triplet: EC, A3 and 01. RGB value is (236,163,1). Sum of RGB (Red+Green+Blue) = 236+163+1=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA301 is #135CFE. Grayscale: #A7A7A7. Windows color (decimal): -1268991 or 107500. OLE color: 107500.

HSL color Cylindrical-coordinate representation of color #ECA301: hue angle of 41.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECA301 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 163 1 -
CMYK 0 0.31 1.00 0.07
HSL 41.36º 0.99% 0.46% -
HSV(B) 41.36º 1% 0.93% -
XYZ 47.69 44.03 6.01 -
YUV 166.36 34.68 177.67 -
System Red Green Blue C M Y K H S L
Decimal 236 163 1 0 0.31 1.00 0.07 41.36 0.99 0.46
Hex EC A3 1 0 1F 64 7 29 63 2E
Octal 354 243 1 0 37 144 7 51 143 56
Binary 11101100 10100011 1 0 11111 1100100 111 101001 1100011 101110

Color Harmonies of #ECA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA301

Black with #ECA301

Text Example


Text Example

White with #ECA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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