Html Css Color HEX #EBA805 Gamboge

📋 copy color: '#EBA805'

red 235 ◦ green 168 ◦ blue 5

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

Shades of Gamboge #EBA805

Tints of Gamboge #EBA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 57.6%
G = 41.18%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBA805 (or 0xEBA805) is known color: Gamboge. HEX triplet: EB, A8 and 05. RGB value is (235,168,5). Sum of RGB (Red+Green+Blue) = 235+168+5=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA805 is #1457FA. Grayscale: #AAAAAA. Windows color (decimal): -1333243 or 370923. OLE color: 370923.

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

Color convert

RGB 235 168 5 -
CMYK 0 0.29 0.98 0.08
HSL 42.52º 0.96% 0.47% -
HSV(B) 42.52º 0.98% 0.92% -
XYZ 48.29 45.68 6.42 -
YUV 169.45 35.2 174.75 -
System Red Green Blue C M Y K H S L
Decimal 235 168 5 0 0.29 0.98 0.08 42.52 0.96 0.47
Hex EB A8 5 0 1D 62 8 2B 60 2F
Octal 353 250 5 0 35 142 10 53 140 57
Binary 11101011 10101000 101 0 11101 1100010 1000 101011 1100000 101111

Color Harmonies of #EBA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA805

Black with #EBA805

Text Example


Text Example

White with #EBA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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