Html Css Color HEX #EBA813 Gamboge

📋 copy color: '#EBA813'

red 235 ◦ green 168 ◦ blue 19

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

Shades of Gamboge #EBA813

Tints of Gamboge #EBA813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 55.69%
G = 39.81%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBA813 (or 0xEBA813) is known color: Gamboge. HEX triplet: EB, A8 and 13. RGB value is (235,168,19). Sum of RGB (Red+Green+Blue) = 235+168+19=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA813 is #1457EC. Grayscale: #ABABAB. Windows color (decimal): -1333229 or 1288427. OLE color: 1288427.

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

Color convert

RGB 235 168 19 -
CMYK 0 0.29 0.92 0.08
HSL 41.39º 0.85% 0.5% -
HSV(B) 41.39º 0.92% 0.92% -
XYZ 48.38 45.71 6.89 -
YUV 171.05 42.2 173.62 -
System Red Green Blue C M Y K H S L
Decimal 235 168 19 0 0.29 0.92 0.08 41.39 0.85 0.5
Hex EB A8 13 0 1D 5C 8 29 55 32
Octal 353 250 23 0 35 134 10 51 125 62
Binary 11101011 10101000 10011 0 11101 1011100 1000 101001 1010101 110010

Color Harmonies of #EBA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA813

Black with #EBA813

Text Example


Text Example

White with #EBA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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