#EBB447

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

Shades of Ronchi #EBB447

Tints of Ronchi #EBB447

Color information

#EBB447 (or 0xEBB447) is unknown color: approx Ronchi. HEX triplet: EB, B4 and 47. RGB value is (235,180,71). Sum of RGB (Red+Green+Blue) = 235+180+71=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB447 is #144BB8. Grayscale: #B8B8B8. Windows color (decimal): -1330105 or 4699371. OLE color: 4699371.

HSL color Cylindrical-coordinate representation of color #EBB447: hue angle of 39.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBB447 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23518071-
CMYK00.230.700.08
HSL39.88º80.39%60%-
HSV(B)39.88º69.79%92.16%-
XYZ51.7250.7613.03-
YUV184.0264.22164.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 71 (28.12% from 255) = 14.61%
R=48.35%
G=37.04%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351807100.230.700.0839.8880.3960
HexEBB44701746828503c
Octal353264107027106105012074
Binary11101011101101001000111010111100011010001010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB447; }

 p { color: rgb(235,180,71); }

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

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

 a { background-color: rgb(235,180,71); }

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

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

 span { border-color: rgb(235,180,71); }

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