Html Css Color HEX #EBA00F Gamboge

📋 copy color: '#EBA00F'

red 235 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #EBA00F

Tints of Gamboge #EBA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

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

R = 57.32%
G = 39.02%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA00F (or 0xEBA00F) is known color: Gamboge. HEX triplet: EB, A0 and 0F. RGB value is (235,160,15). Sum of RGB (Red+Green+Blue) = 235+160+15=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA00F is #145FF0. Grayscale: #A6A6A6. Windows color (decimal): -1335281 or 1024235. OLE color: 1024235.

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

Color convert

RGB 235 160 15 -
CMYK 0 0.32 0.94 0.08
HSL 39.55º 0.88% 0.49% -
HSV(B) 39.55º 0.94% 0.92% -
XYZ 46.92 42.84 6.25 -
YUV 165.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 235 160 15 0 0.32 0.94 0.08 39.55 0.88 0.49
Hex EB A0 F 0 20 5E 8 28 58 31
Octal 353 240 17 0 40 136 10 50 130 61
Binary 11101011 10100000 1111 0 100000 1011110 1000 101000 1011000 110001

Color Harmonies of #EBA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA00F

Black with #EBA00F

Text Example


Text Example

White with #EBA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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