Html Css Color HEX #ECA101 Gamboge

📋 copy color: '#ECA101'

red 236 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #ECA101

Tints of Gamboge #ECA101

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 59.3%
G = 40.45%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECA101 (or 0xECA101) is known color: Gamboge. HEX triplet: EC, A1 and 01. RGB value is (236,161,1). Sum of RGB (Red+Green+Blue) = 236+161+1=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA101 is #135EFE. Grayscale: #A5A5A5. Windows color (decimal): -1269503 or 106988. OLE color: 106988.

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

Color convert

RGB 236 161 1 -
CMYK 0 0.32 1.00 0.07
HSL 40.85º 0.99% 0.46% -
HSV(B) 40.85º 1% 0.93% -
XYZ 47.34 43.32 5.9 -
YUV 165.19 35.35 178.51 -
System Red Green Blue C M Y K H S L
Decimal 236 161 1 0 0.32 1.00 0.07 40.85 0.99 0.46
Hex EC A1 1 0 20 64 7 29 63 2E
Octal 354 241 1 0 40 144 7 51 143 56
Binary 11101100 10100001 1 0 100000 1100100 111 101001 1100011 101110

Color Harmonies of #ECA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA101

Black with #ECA101

Text Example


Text Example

White with #ECA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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