Html Css Color HEX #EBA104 Gamboge

📋 copy color: '#EBA104'

red 235 ◦ green 161 ◦ blue 4

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

Shades of Gamboge #EBA104

Tints of Gamboge #EBA104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 58.75%
G = 40.25%
B = 1%

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

#EBA104 (or 0xEBA104) is known color: Gamboge. HEX triplet: EB, A1 and 04. RGB value is (235,161,4). Sum of RGB (Red+Green+Blue) = 235+161+4=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA104 is #145EFB. Grayscale: #A5A5A5. Windows color (decimal): -1335036 or 303595. OLE color: 303595.

HSL color Cylindrical-coordinate representation of color #EBA104: hue angle of 40.78º degrees, saturation: 0.97, 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 #EBA104 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 4 -
CMYK 0 0.31 0.98 0.08
HSL 40.78º 0.97% 0.47% -
HSV(B) 40.78º 0.98% 0.92% -
XYZ 47.03 43.16 5.97 -
YUV 165.23 37.02 177.77 -
System Red Green Blue C M Y K H S L
Decimal 235 161 4 0 0.31 0.98 0.08 40.78 0.97 0.47
Hex EB A1 4 0 1F 62 8 29 61 2F
Octal 353 241 4 0 37 142 10 51 141 57
Binary 11101011 10100001 100 0 11111 1100010 1000 101001 1100001 101111

Color Harmonies of #EBA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA104

Black with #EBA104

Text Example


Text Example

White with #EBA104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA104; }

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

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

background-color css

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

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

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

border-color css

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

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

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