#e2ba54

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

Shades of Ronchi #E2BA54

Tints of Ronchi #E2BA54

Color information

#E2BA54 (or 0xE2BA54) is unknown color: approx Ronchi. HEX triplet: E2, BA and 54. RGB value is (226,186,84). Sum of RGB (Red+Green+Blue) = 226+186+84=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA54 is #1D45AB. Grayscale: #BABABA. Windows color (decimal): -1918380 or 5552866. OLE color: 5552866.

HSL color Cylindrical-coordinate representation of color #E2BA54: hue angle of 43.1º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2BA54 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB22618684-
CMYK00.180.630.11
HSL43.1º71%60.78%-
HSV(B)43.1º62.83%88.63%-
XYZ50.5251.9315.75-
YUV186.3370.25156.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 16.94%
R=45.56%
G=37.5%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261868400.180.630.1143.17160.78
HexE2BA540123FB2b473d
Octal34227212402277135310775
Binary1110001010111010101010001001011111110111010111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2ba54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2ba54; }

 p { color: rgb(226,186,84); }

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

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

 a { background-color: rgb(226,186,84); }

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

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

 span { border-color: rgb(226,186,84); }

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