Html Css Color HEX #EBA815 Gamboge

📋 copy color: '#EBA815'

red 235 ◦ green 168 ◦ blue 21

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

Shades of Gamboge #EBA815

Tints of Gamboge #EBA815

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

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

R = 55.42%
G = 39.62%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA815 (or 0xEBA815) is known color: Gamboge. HEX triplet: EB, A8 and 15. RGB value is (235,168,21). Sum of RGB (Red+Green+Blue) = 235+168+21=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA815 is #1457EA. Grayscale: #ABABAB. Windows color (decimal): -1333227 or 1419499. OLE color: 1419499.

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

Color convert

RGB 235 168 21 -
CMYK 0 0.29 0.91 0.08
HSL 41.21º 0.84% 0.5% -
HSV(B) 41.21º 0.91% 0.92% -
XYZ 48.4 45.72 6.98 -
YUV 171.28 43.2 173.45 -
System Red Green Blue C M Y K H S L
Decimal 235 168 21 0 0.29 0.91 0.08 41.21 0.84 0.5
Hex EB A8 15 0 1D 5B 8 29 54 32
Octal 353 250 25 0 35 133 10 51 124 62
Binary 11101011 10101000 10101 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EBA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA815

Black with #EBA815

Text Example


Text Example

White with #EBA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA815; }

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

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

background-color css

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

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

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

border-color css

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

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

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