Html Css Color HEX #EBA809 Gamboge

📋 copy color: '#EBA809'

red 235 ◦ green 168 ◦ blue 9

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

Shades of Gamboge #EBA809

Tints of Gamboge #EBA809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.18%

R = 57.04%
G = 40.78%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBA809 (or 0xEBA809) is known color: Gamboge. HEX triplet: EB, A8 and 09. RGB value is (235,168,9). Sum of RGB (Red+Green+Blue) = 235+168+9=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA809 is #1457F6. Grayscale: #AAAAAA. Windows color (decimal): -1333239 or 633067. OLE color: 633067.

HSL color Cylindrical-coordinate representation of color #EBA809: hue angle of 42.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBA809 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 9 -
CMYK 0 0.29 0.96 0.08
HSL 42.21º 0.93% 0.48% -
HSV(B) 42.21º 0.96% 0.92% -
XYZ 48.31 45.69 6.53 -
YUV 169.91 37.2 174.43 -
System Red Green Blue C M Y K H S L
Decimal 235 168 9 0 0.29 0.96 0.08 42.21 0.93 0.48
Hex EB A8 9 0 1D 60 8 2A 5D 30
Octal 353 250 11 0 35 140 10 52 135 60
Binary 11101011 10101000 1001 0 11101 1100000 1000 101010 1011101 110000

Color Harmonies of #EBA809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA809

Black with #EBA809

Text Example


Text Example

White with #EBA809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA809; }

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

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

background-color css

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

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

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

border-color css

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

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

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