#E0BD4A

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

Shades of Ronchi #E0BD4A

Tints of Ronchi #E0BD4A

Color information

#E0BD4A (or 0xE0BD4A) is unknown color: approx Ronchi. HEX triplet: E0, BD and 4A. RGB value is (224,189,74). Sum of RGB (Red+Green+Blue) = 224+189+74=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD4A is #1F42B5. Grayscale: #BABABA. Windows color (decimal): -2048694 or 4898272. OLE color: 4898272.

HSL color Cylindrical-coordinate representation of color #E0BD4A: hue angle of 46º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0BD4A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22418974-
CMYK00.160.670.12
HSL46º70.75%58.43%-
HSV(B)46º66.96%87.84%-
XYZ50.1752.7414.01-
YUV186.3664.6154.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 74 (29.30% from 255) = 15.20%
R=46.00%
G=38.81%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241897400.160.670.124670.7558.43
HexE0BD4A01043C2e473a
Octal340275112020103145610772
Binary11100000101111011001010010000100001111001011101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BD4A; }

 p { color: rgb(224,189,74); }

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

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

 a { background-color: rgb(224,189,74); }

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

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

 span { border-color: rgb(224,189,74); }

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