Html Css Color HEX #EBA509 Gamboge

📋 copy color: '#EBA509'

red 235 ◦ green 165 ◦ blue 9

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

Shades of Gamboge #EBA509

Tints of Gamboge #EBA509

RGB

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

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

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

R = 57.46%
G = 40.34%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBA509 (or 0xEBA509) is known color: Gamboge. HEX triplet: EB, A5 and 09. RGB value is (235,165,9). Sum of RGB (Red+Green+Blue) = 235+165+9=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA509 is #145AF6. Grayscale: #A8A8A8. Windows color (decimal): -1334007 or 632299. OLE color: 632299.

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

Color convert

RGB 235 165 9 -
CMYK 0 0.30 0.96 0.08
HSL 41.42º 0.93% 0.48% -
HSV(B) 41.42º 0.96% 0.92% -
XYZ 47.77 44.59 6.35 -
YUV 168.15 38.19 175.68 -
System Red Green Blue C M Y K H S L
Decimal 235 165 9 0 0.30 0.96 0.08 41.42 0.93 0.48
Hex EB A5 9 0 1E 60 8 29 5D 30
Octal 353 245 11 0 36 140 10 51 135 60
Binary 11101011 10100101 1001 0 11110 1100000 1000 101001 1011101 110000

Color Harmonies of #EBA509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA509

Black with #EBA509

Text Example


Text Example

White with #EBA509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA509; }

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

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

background-color css

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

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

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

border-color css

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

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

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