Html Css Color HEX #EBA409 Gamboge

📋 copy color: '#EBA409'

red 235 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #EBA409

Tints of Gamboge #EBA409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

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

R = 57.6%
G = 40.2%
B = 2.21%

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

#EBA409 (or 0xEBA409) is known color: Gamboge. HEX triplet: EB, A4 and 09. RGB value is (235,164,9). Sum of RGB (Red+Green+Blue) = 235+164+9=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA409 is #145BF6. Grayscale: #A8A8A8. Windows color (decimal): -1334263 or 632043. OLE color: 632043.

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

Color convert

RGB 235 164 9 -
CMYK 0 0.30 0.96 0.08
HSL 41.15º 0.93% 0.48% -
HSV(B) 41.15º 0.96% 0.92% -
XYZ 47.59 44.23 6.29 -
YUV 167.56 38.52 176.1 -
System Red Green Blue C M Y K H S L
Decimal 235 164 9 0 0.30 0.96 0.08 41.15 0.93 0.48
Hex EB A4 9 0 1E 60 8 29 5D 30
Octal 353 244 11 0 36 140 10 51 135 60
Binary 11101011 10100100 1001 0 11110 1100000 1000 101001 1011101 110000

Color Harmonies of #EBA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA409

Black with #EBA409

Text Example


Text Example

White with #EBA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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