#E0BB5A

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

Shades of Ronchi #E0BB5A

Tints of Ronchi #E0BB5A

Color information

#E0BB5A (or 0xE0BB5A) is unknown color: approx Ronchi. HEX triplet: E0, BB and 5A. RGB value is (224,187,90). Sum of RGB (Red+Green+Blue) = 224+187+90=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB5A is #1F44A5. Grayscale: #BBBBBB. Windows color (decimal): -2049190 or 5946336. OLE color: 5946336.

HSL color Cylindrical-coordinate representation of color #E0BB5A: hue angle of 43.43º degrees, saturation: 0.68, 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 #E0BB5A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22418790-
CMYK00.170.600.12
HSL43.43º68.37%61.57%-
HSV(B)43.43º59.82%87.84%-
XYZ50.3652.1317.08-
YUV18773.26154.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 90 (35.55% from 255) = 17.96%
R=44.71%
G=37.33%
B=17.96%

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
Decimal2241879000.170.600.1243.4368.3761.57
HexE0BB5A0113CC2b443e
Octal34027313202174145310476
Binary1110000010111011101101001000111110011001010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BB5A; }

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

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

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

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

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

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

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

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