Html Css Color HEX #EBA60F Gamboge

📋 copy color: '#EBA60F'

red 235 ◦ green 166 ◦ blue 15

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

Shades of Gamboge #EBA60F

Tints of Gamboge #EBA60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 56.49%
G = 39.9%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA60F (or 0xEBA60F) is known color: Gamboge. HEX triplet: EB, A6 and 0F. RGB value is (235,166,15). Sum of RGB (Red+Green+Blue) = 235+166+15=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA60F is #1459F0. Grayscale: #AAAAAA. Windows color (decimal): -1333745 or 1025771. OLE color: 1025771.

HSL color Cylindrical-coordinate representation of color #EBA60F: hue angle of 41.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBA60F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 15 -
CMYK 0 0.29 0.94 0.08
HSL 41.18º 0.88% 0.49% -
HSV(B) 41.18º 0.94% 0.92% -
XYZ 47.98 44.97 6.6 -
YUV 169.42 40.86 174.78 -
System Red Green Blue C M Y K H S L
Decimal 235 166 15 0 0.29 0.94 0.08 41.18 0.88 0.49
Hex EB A6 F 0 1D 5E 8 29 58 31
Octal 353 246 17 0 35 136 10 51 130 61
Binary 11101011 10100110 1111 0 11101 1011110 1000 101001 1011000 110001

Color Harmonies of #EBA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA60F

Black with #EBA60F

Text Example


Text Example

White with #EBA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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