#E1BB5A

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

Shades of Ronchi #E1BB5A

Tints of Ronchi #E1BB5A

Color information

#E1BB5A (or 0xE1BB5A) is unknown color: approx Ronchi. HEX triplet: E1, BB and 5A. RGB value is (225,187,90). Sum of RGB (Red+Green+Blue) = 225+187+90=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB5A is #1E44A5. Grayscale: #BBBBBB. Windows color (decimal): -1983654 or 5946337. OLE color: 5946337.

HSL color Cylindrical-coordinate representation of color #E1BB5A: hue angle of 43.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1BB5A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22518790-
CMYK00.170.600.12
HSL43.11º69.23%61.76%-
HSV(B)43.11º60%88.24%-
XYZ50.6752.2917.09-
YUV187.373.09154.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 90 (35.55% from 255) = 17.93%
R=44.82%
G=37.25%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251879000.170.600.1243.1169.2361.76
HexE1BB5A0113CC2b453e
Octal34127313202174145310576
Binary1110000110111011101101001000111110011001010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BB5A; }

 p { color: rgb(225,187,90); }

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

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

 a { background-color: rgb(225,187,90); }

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

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

 span { border-color: rgb(225,187,90); }

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