Html Css Color HEX #EBAA0A Gamboge

📋 copy color: '#EBAA0A'

red 235 ◦ green 170 ◦ blue 10

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

Shades of Gamboge #EBAA0A

Tints of Gamboge #EBAA0A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

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

R = 56.63%
G = 40.96%
B = 2.41%

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

#EBAA0A (or 0xEBAA0A) is known color: Gamboge. HEX triplet: EB, AA and 0A. RGB value is (235,170,10). Sum of RGB (Red+Green+Blue) = 235+170+10=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAA0A is #1455F5. Grayscale: #ABABAB. Windows color (decimal): -1332726 or 699115. OLE color: 699115.

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

Color convert

RGB 235 170 10 -
CMYK 0 0.28 0.96 0.08
HSL 42.67º 0.92% 0.48% -
HSV(B) 42.67º 0.96% 0.92% -
XYZ 48.69 46.43 6.68 -
YUV 171.2 37.03 173.51 -
System Red Green Blue C M Y K H S L
Decimal 235 170 10 0 0.28 0.96 0.08 42.67 0.92 0.48
Hex EB AA A 0 1C 60 8 2B 5C 30
Octal 353 252 12 0 34 140 10 53 134 60
Binary 11101011 10101010 1010 0 11100 1100000 1000 101011 1011100 110000

Color Harmonies of #EBAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA0A

Black with #EBAA0A

Text Example


Text Example

White with #EBAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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