Html Css Color HEX #EBA105 Gamboge

📋 copy color: '#EBA105'

red 235 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #EBA105

Tints of Gamboge #EBA105

RGB

 RED value IS 235 (92.19% from 255) = 58.6%

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

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

R = 58.6%
G = 40.15%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBA105 (or 0xEBA105) is known color: Gamboge. HEX triplet: EB, A1 and 05. RGB value is (235,161,5). Sum of RGB (Red+Green+Blue) = 235+161+5=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA105 is #145EFA. Grayscale: #A6A6A6. Windows color (decimal): -1335035 or 369131. OLE color: 369131.

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

Color convert

RGB 235 161 5 -
CMYK 0 0.31 0.98 0.08
HSL 40.7º 0.96% 0.47% -
HSV(B) 40.7º 0.98% 0.92% -
XYZ 47.03 43.16 6 -
YUV 165.34 37.52 177.68 -
System Red Green Blue C M Y K H S L
Decimal 235 161 5 0 0.31 0.98 0.08 40.7 0.96 0.47
Hex EB A1 5 0 1F 62 8 29 60 2F
Octal 353 241 5 0 37 142 10 51 140 57
Binary 11101011 10100001 101 0 11111 1100010 1000 101001 1100000 101111

Color Harmonies of #EBA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA105

Black with #EBA105

Text Example


Text Example

White with #EBA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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