Html Css Color HEX #ECA105 Gamboge

📋 copy color: '#ECA105'

red 236 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #ECA105

Tints of Gamboge #ECA105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 58.71%
G = 40.05%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECA105 (or 0xECA105) is known color: Gamboge. HEX triplet: EC, A1 and 05. RGB value is (236,161,5). Sum of RGB (Red+Green+Blue) = 236+161+5=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA105 is #135EFA. Grayscale: #A6A6A6. Windows color (decimal): -1269499 or 369132. OLE color: 369132.

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

Color convert

RGB 236 161 5 -
CMYK 0 0.32 0.98 0.07
HSL 40.52º 0.96% 0.47% -
HSV(B) 40.52º 0.98% 0.93% -
XYZ 47.36 43.33 6.01 -
YUV 165.64 37.35 178.18 -
System Red Green Blue C M Y K H S L
Decimal 236 161 5 0 0.32 0.98 0.07 40.52 0.96 0.47
Hex EC A1 5 0 20 62 7 29 60 2F
Octal 354 241 5 0 40 142 7 51 140 57
Binary 11101100 10100001 101 0 100000 1100010 111 101001 1100000 101111

Color Harmonies of #ECA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA105

Black with #ECA105

Text Example


Text Example

White with #ECA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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