Html Css Color HEX #EBA80A Gamboge

📋 copy color: '#EBA80A'

red 235 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #EBA80A

Tints of Gamboge #EBA80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 56.9%
G = 40.68%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBA80A (or 0xEBA80A) is known color: Gamboge. HEX triplet: EB, A8 and 0A. RGB value is (235,168,10). Sum of RGB (Red+Green+Blue) = 235+168+10=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA80A is #1457F5. Grayscale: #AAAAAA. Windows color (decimal): -1333238 or 698603. OLE color: 698603.

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

Color convert

RGB 235 168 10 -
CMYK 0 0.29 0.96 0.08
HSL 42.13º 0.92% 0.48% -
HSV(B) 42.13º 0.96% 0.92% -
XYZ 48.32 45.69 6.56 -
YUV 170.02 37.7 174.35 -
System Red Green Blue C M Y K H S L
Decimal 235 168 10 0 0.29 0.96 0.08 42.13 0.92 0.48
Hex EB A8 A 0 1D 60 8 2A 5C 30
Octal 353 250 12 0 35 140 10 52 134 60
Binary 11101011 10101000 1010 0 11101 1100000 1000 101010 1011100 110000

Color Harmonies of #EBA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA80A

Black with #EBA80A

Text Example


Text Example

White with #EBA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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