Html Css Color HEX #EBA70A Gamboge

📋 copy color: '#EBA70A'

red 235 ◦ green 167 ◦ blue 10

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

Shades of Gamboge #EBA70A

Tints of Gamboge #EBA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

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

R = 57.04%
G = 40.53%
B = 2.43%

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

#EBA70A (or 0xEBA70A) is known color: Gamboge. HEX triplet: EB, A7 and 0A. RGB value is (235,167,10). Sum of RGB (Red+Green+Blue) = 235+167+10=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA70A is #1458F5. Grayscale: #AAAAAA. Windows color (decimal): -1333494 or 698347. OLE color: 698347.

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

Color convert

RGB 235 167 10 -
CMYK 0 0.29 0.96 0.08
HSL 41.87º 0.92% 0.48% -
HSV(B) 41.87º 0.96% 0.92% -
XYZ 48.13 45.32 6.5 -
YUV 169.43 38.03 174.77 -
System Red Green Blue C M Y K H S L
Decimal 235 167 10 0 0.29 0.96 0.08 41.87 0.92 0.48
Hex EB A7 A 0 1D 60 8 2A 5C 30
Octal 353 247 12 0 35 140 10 52 134 60
Binary 11101011 10100111 1010 0 11101 1100000 1000 101010 1011100 110000

Color Harmonies of #EBA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA70A

Black with #EBA70A

Text Example


Text Example

White with #EBA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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