Html Css Color HEX #EBA609 Gamboge

📋 copy color: '#EBA609'

red 235 ◦ green 166 ◦ blue 9

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

Shades of Gamboge #EBA609

Tints of Gamboge #EBA609

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 57.32%
G = 40.49%
B = 2.2%

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

#EBA609 (or 0xEBA609) is known color: Gamboge. HEX triplet: EB, A6 and 09. RGB value is (235,166,9). Sum of RGB (Red+Green+Blue) = 235+166+9=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA609 is #1459F6. Grayscale: #A9A9A9. Windows color (decimal): -1333751 or 632555. OLE color: 632555.

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

Color convert

RGB 235 166 9 -
CMYK 0 0.29 0.96 0.08
HSL 41.68º 0.93% 0.48% -
HSV(B) 41.68º 0.96% 0.92% -
XYZ 47.95 44.95 6.41 -
YUV 168.73 37.86 175.27 -
System Red Green Blue C M Y K H S L
Decimal 235 166 9 0 0.29 0.96 0.08 41.68 0.93 0.48
Hex EB A6 9 0 1D 60 8 2A 5D 30
Octal 353 246 11 0 35 140 10 52 135 60
Binary 11101011 10100110 1001 0 11101 1100000 1000 101010 1011101 110000

Color Harmonies of #EBA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA609

Black with #EBA609

Text Example


Text Example

White with #EBA609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA609; }

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

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

background-color css

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

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

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

border-color css

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

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

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