Html Css Color HEX #EBA505 Gamboge

📋 copy color: '#EBA505'

red 235 ◦ green 165 ◦ blue 5

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

Shades of Gamboge #EBA505

Tints of Gamboge #EBA505

RGB

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

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

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

R = 58.02%
G = 40.74%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBA505 (or 0xEBA505) is known color: Gamboge. HEX triplet: EB, A5 and 05. RGB value is (235,165,5). Sum of RGB (Red+Green+Blue) = 235+165+5=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA505 is #145AFA. Grayscale: #A8A8A8. Windows color (decimal): -1334011 or 370155. OLE color: 370155.

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

Color convert

RGB 235 165 5 -
CMYK 0 0.30 0.98 0.08
HSL 41.74º 0.96% 0.47% -
HSV(B) 41.74º 0.98% 0.92% -
XYZ 47.74 44.58 6.23 -
YUV 167.69 36.19 176.01 -
System Red Green Blue C M Y K H S L
Decimal 235 165 5 0 0.30 0.98 0.08 41.74 0.96 0.47
Hex EB A5 5 0 1E 62 8 2A 60 2F
Octal 353 245 5 0 36 142 10 52 140 57
Binary 11101011 10100101 101 0 11110 1100010 1000 101010 1100000 101111

Color Harmonies of #EBA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA505

Black with #EBA505

Text Example


Text Example

White with #EBA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA505; }

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

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

background-color css

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

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

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

border-color css

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

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

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