Html Css Color HEX #EBA112 Gamboge

📋 copy color: '#EBA112'

red 235 ◦ green 161 ◦ blue 18

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

Shades of Gamboge #EBA112

Tints of Gamboge #EBA112

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 56.76%
G = 38.89%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBA112 (or 0xEBA112) is known color: Gamboge. HEX triplet: EB, A1 and 12. RGB value is (235,161,18). Sum of RGB (Red+Green+Blue) = 235+161+18=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA112 is #145EED. Grayscale: #A7A7A7. Windows color (decimal): -1335022 or 1221099. OLE color: 1221099.

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

Color convert

RGB 235 161 18 -
CMYK 0 0.31 0.92 0.08
HSL 39.54º 0.86% 0.5% -
HSV(B) 39.54º 0.92% 0.92% -
XYZ 47.12 43.2 6.43 -
YUV 166.82 44.02 176.63 -
System Red Green Blue C M Y K H S L
Decimal 235 161 18 0 0.31 0.92 0.08 39.54 0.86 0.5
Hex EB A1 12 0 1F 5C 8 28 56 32
Octal 353 241 22 0 37 134 10 50 126 62
Binary 11101011 10100001 10010 0 11111 1011100 1000 101000 1010110 110010

Color Harmonies of #EBA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA112

Black with #EBA112

Text Example


Text Example

White with #EBA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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