Html Css Color HEX #EBA915 Gamboge

📋 copy color: '#EBA915'

red 235 ◦ green 169 ◦ blue 21

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

Shades of Gamboge #EBA915

Tints of Gamboge #EBA915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

 BLUE value IS 21 (8.59% from 255) = 4.94%

R = 55.29%
G = 39.76%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA915 (or 0xEBA915) is known color: Gamboge. HEX triplet: EB, A9 and 15. RGB value is (235,169,21). Sum of RGB (Red+Green+Blue) = 235+169+21=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA915 is #1456EA. Grayscale: #ACACAC. Windows color (decimal): -1332971 or 1419755. OLE color: 1419755.

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

Color convert

RGB 235 169 21 -
CMYK 0 0.28 0.91 0.08
HSL 41.5º 0.84% 0.5% -
HSV(B) 41.5º 0.91% 0.92% -
XYZ 48.58 46.09 7.05 -
YUV 171.86 42.87 173.03 -
System Red Green Blue C M Y K H S L
Decimal 235 169 21 0 0.28 0.91 0.08 41.5 0.84 0.5
Hex EB A9 15 0 1C 5B 8 29 54 32
Octal 353 251 25 0 34 133 10 51 124 62
Binary 11101011 10101001 10101 0 11100 1011011 1000 101001 1010100 110010

Color Harmonies of #EBA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA915

Black with #EBA915

Text Example


Text Example

White with #EBA915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA915; }

 p { color: rgb(235,169,21); }

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

background-color css

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

 a { background-color: rgb(235,169,21); }

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

border-color css

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

 span { border-color: rgb(235,169,21); }

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