Html Css Color HEX #EBA50A Gamboge

📋 copy color: '#EBA50A'

red 235 ◦ green 165 ◦ blue 10

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

Shades of Gamboge #EBA50A

Tints of Gamboge #EBA50A

RGB

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

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

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

R = 57.32%
G = 40.24%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBA50A (or 0xEBA50A) is known color: Gamboge. HEX triplet: EB, A5 and 0A. RGB value is (235,165,10). Sum of RGB (Red+Green+Blue) = 235+165+10=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA50A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA50A is #145AF5. Grayscale: #A8A8A8. Windows color (decimal): -1334006 or 697835. OLE color: 697835.

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

Color convert

RGB 235 165 10 -
CMYK 0 0.30 0.96 0.08
HSL 41.33º 0.92% 0.48% -
HSV(B) 41.33º 0.96% 0.92% -
XYZ 47.77 44.59 6.38 -
YUV 168.26 38.69 175.6 -
System Red Green Blue C M Y K H S L
Decimal 235 165 10 0 0.30 0.96 0.08 41.33 0.92 0.48
Hex EB A5 A 0 1E 60 8 29 5C 30
Octal 353 245 12 0 36 140 10 51 134 60
Binary 11101011 10100101 1010 0 11110 1100000 1000 101001 1011100 110000

Color Harmonies of #EBA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA50A

Black with #EBA50A

Text Example


Text Example

White with #EBA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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