Html Css Color HEX #EBA103 Gamboge

📋 copy color: '#EBA103'

red 235 ◦ green 161 ◦ blue 3

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

Shades of Gamboge #EBA103

Tints of Gamboge #EBA103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 58.9%
G = 40.35%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA103 (or 0xEBA103) is known color: Gamboge. HEX triplet: EB, A1 and 03. RGB value is (235,161,3). Sum of RGB (Red+Green+Blue) = 235+161+3=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA103 is #145EFC. Grayscale: #A5A5A5. Windows color (decimal): -1335037 or 238059. OLE color: 238059.

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

Color convert

RGB 235 161 3 -
CMYK 0 0.31 0.99 0.08
HSL 40.86º 0.97% 0.47% -
HSV(B) 40.86º 0.99% 0.92% -
XYZ 47.02 43.16 5.94 -
YUV 165.11 36.52 177.85 -
System Red Green Blue C M Y K H S L
Decimal 235 161 3 0 0.31 0.99 0.08 40.86 0.97 0.47
Hex EB A1 3 0 1F 63 8 29 61 2F
Octal 353 241 3 0 37 143 10 51 141 57
Binary 11101011 10100001 11 0 11111 1100011 1000 101001 1100001 101111

Color Harmonies of #EBA103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA103

Black with #EBA103

Text Example


Text Example

White with #EBA103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA103; }

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

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

background-color css

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

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

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

border-color css

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

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

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