#E5B74B

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

Shades of Ronchi #E5B74B

Tints of Ronchi #E5B74B

Color information

#E5B74B (or 0xE5B74B) is unknown color: approx Ronchi. HEX triplet: E5, B7 and 4B. RGB value is (229,183,75). Sum of RGB (Red+Green+Blue) = 229+183+75=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B74B is #1A48B4. Grayscale: #B8B8B8. Windows color (decimal): -1722549 or 4962277. OLE color: 4962277.

HSL color Cylindrical-coordinate representation of color #E5B74B: hue angle of 42.08º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5B74B is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22918375-
CMYK00.200.670.10
HSL42.08º74.76%59.61%-
HSV(B)42.08º67.25%89.8%-
XYZ50.5251.0313.84-
YUV184.4466.24159.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.02%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 75 (29.69% from 255) = 15.40%
R=47.02%
G=37.58%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291837500.200.670.1042.0874.7659.61
HexE5B74B01443A2a4b3c
Octal345267113024103125211374
Binary11100101101101111001011010100100001110101010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B74B; }

 p { color: rgb(229,183,75); }

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

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

 a { background-color: rgb(229,183,75); }

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

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

 span { border-color: rgb(229,183,75); }

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