#EDB548

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

Shades of Ronchi #EDB548

Tints of Ronchi #EDB548

Color information

#EDB548 (or 0xEDB548) is unknown color: approx Ronchi. HEX triplet: ED, B5 and 48. RGB value is (237,181,72). Sum of RGB (Red+Green+Blue) = 237+181+72=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB548 is #124AB7. Grayscale: #B9B9B9. Windows color (decimal): -1198776 or 4765165. OLE color: 4765165.

HSL color Cylindrical-coordinate representation of color #EDB548: hue angle of 39.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB548 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23718172-
CMYK00.240.700.07
HSL39.64º82.09%60.59%-
HSV(B)39.64º69.62%92.94%-
XYZ52.6251.5213.3-
YUV185.3264.05164.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 181 (71.09% from 255) = 36.94%
BLUE value IS 72 (28.52% from 255) = 14.69%
R=48.37%
G=36.94%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371817200.240.700.0739.6482.0960.59
HexEDB54801846728523d
Octal35526511003010675012275
Binary1110110110110101100100001100010001101111010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB548; }

 p { color: rgb(237,181,72); }

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

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

 a { background-color: rgb(237,181,72); }

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

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

 span { border-color: rgb(237,181,72); }

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