Html Css Color HEX #EBA909 Gamboge

📋 copy color: '#EBA909'

red 235 ◦ green 169 ◦ blue 9

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

Shades of Gamboge #EBA909

Tints of Gamboge #EBA909

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

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

R = 56.9%
G = 40.92%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBA909 (or 0xEBA909) is known color: Gamboge. HEX triplet: EB, A9 and 09. RGB value is (235,169,9). Sum of RGB (Red+Green+Blue) = 235+169+9=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA909 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA909 is #1456F6. Grayscale: #ABABAB. Windows color (decimal): -1332983 or 633323. OLE color: 633323.

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

Color convert

RGB 235 169 9 -
CMYK 0 0.28 0.96 0.08
HSL 42.48º 0.93% 0.48% -
HSV(B) 42.48º 0.96% 0.92% -
XYZ 48.5 46.06 6.59 -
YUV 170.49 36.87 174.01 -
System Red Green Blue C M Y K H S L
Decimal 235 169 9 0 0.28 0.96 0.08 42.48 0.93 0.48
Hex EB A9 9 0 1C 60 8 2A 5D 30
Octal 353 251 11 0 34 140 10 52 135 60
Binary 11101011 10101001 1001 0 11100 1100000 1000 101010 1011101 110000

Color Harmonies of #EBA909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA909

Black with #EBA909

Text Example


Text Example

White with #EBA909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA909; }

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

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

background-color css

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

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

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

border-color css

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

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

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