Html Css Color HEX #EBA50E Gamboge

📋 copy color: '#EBA50E'

red 235 ◦ green 165 ◦ blue 14

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

Shades of Gamboge #EBA50E

Tints of Gamboge #EBA50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.38%

R = 56.76%
G = 39.86%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA50E (or 0xEBA50E) is known color: Gamboge. HEX triplet: EB, A5 and 0E. RGB value is (235,165,14). Sum of RGB (Red+Green+Blue) = 235+165+14=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA50E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA50E is #145AF1. Grayscale: #A9A9A9. Windows color (decimal): -1334002 or 959979. OLE color: 959979.

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

Color convert

RGB 235 165 14 -
CMYK 0 0.30 0.94 0.08
HSL 41º 0.89% 0.49% -
HSV(B) 41º 0.94% 0.92% -
XYZ 47.8 44.6 6.51 -
YUV 168.72 40.69 175.28 -
System Red Green Blue C M Y K H S L
Decimal 235 165 14 0 0.30 0.94 0.08 41 0.89 0.49
Hex EB A5 E 0 1E 5E 8 29 59 31
Octal 353 245 16 0 36 136 10 51 131 61
Binary 11101011 10100101 1110 0 11110 1011110 1000 101001 1011001 110001

Color Harmonies of #EBA50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA50E

Black with #EBA50E

Text Example


Text Example

White with #EBA50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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