#EBAE12

Color #EBAE12 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #EBAE12

Tints of Gamboge #EBAE12

Color information

#EBAE12 (or 0xEBAE12) is unknown color: approx Gamboge. HEX triplet: EB, AE and 12. RGB value is (235,174,18). Sum of RGB (Red+Green+Blue) = 235+174+18=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAE12 is #1451ED. Grayscale: #AFAFAF. Windows color (decimal): -1331694 or 1224427. OLE color: 1224427.

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

Color convert

RGB23517418-
CMYK00.260.920.08
HSL43.13º85.77%49.61%-
HSV(B)43.13º92.34%92.16%-
XYZ49.5147.987.22-
YUV174.4639.71171.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.04%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 18 (7.42% from 255) = 4.22%
R=55.04%
G=40.75%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351741800.260.920.0843.1385.7749.61
HexEBAE1201A5C82b5632
Octal35325622032134105312662
Binary111010111010111010010011010101110010001010111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE12; }

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

 H1.HeaderClassName
 {
   color: #EBAE12;
 }
 .AnyTagClassName
 {
   color: #EBAE12;
 }
</style>
background-color css

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

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

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

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

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

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