Html Css Color HEX #EBA514 Gamboge

📋 copy color: '#EBA514'

red 235 ◦ green 165 ◦ blue 20

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

Shades of Gamboge #EBA514

Tints of Gamboge #EBA514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.76%

R = 55.95%
G = 39.29%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA514 (or 0xEBA514) is known color: Gamboge. HEX triplet: EB, A5 and 14. RGB value is (235,165,20). Sum of RGB (Red+Green+Blue) = 235+165+20=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA514 is #145AEB. Grayscale: #AAAAAA. Windows color (decimal): -1333996 or 1353195. OLE color: 1353195.

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

Color convert

RGB 235 165 20 -
CMYK 0 0.30 0.91 0.08
HSL 40.47º 0.84% 0.5% -
HSV(B) 40.47º 0.91% 0.92% -
XYZ 47.84 44.62 6.75 -
YUV 169.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 235 165 20 0 0.30 0.91 0.08 40.47 0.84 0.5
Hex EB A5 14 0 1E 5B 8 28 54 32
Octal 353 245 24 0 36 133 10 50 124 62
Binary 11101011 10100101 10100 0 11110 1011011 1000 101000 1010100 110010

Color Harmonies of #EBA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA514

Black with #EBA514

Text Example


Text Example

White with #EBA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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