Html Css Color HEX #EBA503 Gamboge

📋 copy color: '#EBA503'

red 235 ◦ green 165 ◦ blue 3

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

Shades of Gamboge #EBA503

Tints of Gamboge #EBA503

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 58.31%
G = 40.94%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA503 (or 0xEBA503) is known color: Gamboge. HEX triplet: EB, A5 and 03. RGB value is (235,165,3). Sum of RGB (Red+Green+Blue) = 235+165+3=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA503 is #145AFC. Grayscale: #A8A8A8. Windows color (decimal): -1334013 or 239083. OLE color: 239083.

HSL color Cylindrical-coordinate representation of color #EBA503: hue angle of 41.9º 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 #EBA503 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 3 -
CMYK 0 0.30 0.99 0.08
HSL 41.9º 0.97% 0.47% -
HSV(B) 41.9º 0.99% 0.92% -
XYZ 47.73 44.58 6.17 -
YUV 167.46 35.19 176.17 -
System Red Green Blue C M Y K H S L
Decimal 235 165 3 0 0.30 0.99 0.08 41.9 0.97 0.47
Hex EB A5 3 0 1E 63 8 2A 61 2F
Octal 353 245 3 0 36 143 10 52 141 57
Binary 11101011 10100101 11 0 11110 1100011 1000 101010 1100001 101111

Color Harmonies of #EBA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA503

Black with #EBA503

Text Example


Text Example

White with #EBA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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