Html Css Color HEX #EBA506 Gamboge

📋 copy color: '#EBA506'

red 235 ◦ green 165 ◦ blue 6

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

Shades of Gamboge #EBA506

Tints of Gamboge #EBA506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 57.88%
G = 40.64%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA506 (or 0xEBA506) is known color: Gamboge. HEX triplet: EB, A5 and 06. RGB value is (235,165,6). Sum of RGB (Red+Green+Blue) = 235+165+6=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA506 is #145AF9. Grayscale: #A8A8A8. Windows color (decimal): -1334010 or 435691. OLE color: 435691.

HSL color Cylindrical-coordinate representation of color #EBA506: hue angle of 41.66º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBA506 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 6 -
CMYK 0 0.30 0.97 0.08
HSL 41.66º 0.95% 0.47% -
HSV(B) 41.66º 0.97% 0.92% -
XYZ 47.75 44.59 6.26 -
YUV 167.8 36.69 175.93 -
System Red Green Blue C M Y K H S L
Decimal 235 165 6 0 0.30 0.97 0.08 41.66 0.95 0.47
Hex EB A5 6 0 1E 61 8 2A 5F 2F
Octal 353 245 6 0 36 141 10 52 137 57
Binary 11101011 10100101 110 0 11110 1100001 1000 101010 1011111 101111

Color Harmonies of #EBA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA506

Black with #EBA506

Text Example


Text Example

White with #EBA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA506; }

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

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

background-color css

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

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

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

border-color css

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

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

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