Html Css Color HEX #EBA90A Gamboge

📋 copy color: '#EBA90A'

red 235 ◦ green 169 ◦ blue 10

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

Shades of Gamboge #EBA90A

Tints of Gamboge #EBA90A

RGB

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

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

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

R = 56.76%
G = 40.82%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBA90A (or 0xEBA90A) is known color: Gamboge. HEX triplet: EB, A9 and 0A. RGB value is (235,169,10). Sum of RGB (Red+Green+Blue) = 235+169+10=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA90A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA90A is #1456F5. Grayscale: #ABABAB. Windows color (decimal): -1332982 or 698859. OLE color: 698859.

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

Color convert

RGB 235 169 10 -
CMYK 0 0.28 0.96 0.08
HSL 42.4º 0.92% 0.48% -
HSV(B) 42.4º 0.96% 0.92% -
XYZ 48.5 46.06 6.62 -
YUV 170.61 37.37 173.93 -
System Red Green Blue C M Y K H S L
Decimal 235 169 10 0 0.28 0.96 0.08 42.4 0.92 0.48
Hex EB A9 A 0 1C 60 8 2A 5C 30
Octal 353 251 12 0 34 140 10 52 134 60
Binary 11101011 10101001 1010 0 11100 1100000 1000 101010 1011100 110000

Color Harmonies of #EBA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA90A

Black with #EBA90A

Text Example


Text Example

White with #EBA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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