Html Css Color HEX #EBAA12 Gamboge

📋 copy color: '#EBAA12'

red 235 ◦ green 170 ◦ blue 18

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

Shades of Gamboge #EBAA12

Tints of Gamboge #EBAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 55.56%
G = 40.19%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBAA12 (or 0xEBAA12) is known color: Gamboge. HEX triplet: EB, AA and 12. RGB value is (235,170,18). Sum of RGB (Red+Green+Blue) = 235+170+18=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAA12 is #1455ED. Grayscale: #ACACAC. Windows color (decimal): -1332718 or 1223403. OLE color: 1223403.

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

Color convert

RGB 235 170 18 -
CMYK 0 0.28 0.92 0.08
HSL 42.03º 0.86% 0.5% -
HSV(B) 42.03º 0.92% 0.92% -
XYZ 48.74 46.46 6.97 -
YUV 172.11 41.03 172.86 -
System Red Green Blue C M Y K H S L
Decimal 235 170 18 0 0.28 0.92 0.08 42.03 0.86 0.5
Hex EB AA 12 0 1C 5C 8 2A 56 32
Octal 353 252 22 0 34 134 10 52 126 62
Binary 11101011 10101010 10010 0 11100 1011100 1000 101010 1010110 110010

Color Harmonies of #EBAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA12

Black with #EBAA12

Text Example


Text Example

White with #EBAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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