#E6B04F

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

Shades of Ronchi #E6B04F

Tints of Ronchi #E6B04F

Color information

#E6B04F (or 0xE6B04F) is unknown color: approx Ronchi. HEX triplet: E6, B0 and 4F. RGB value is (230,176,79). Sum of RGB (Red+Green+Blue) = 230+176+79=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B04F is #194FB0. Grayscale: #B5B5B5. Windows color (decimal): -1658801 or 5222630. OLE color: 5222630.

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

Color convert

RGB23017679-
CMYK00.230.660.10
HSL38.54º75.12%60.59%-
HSV(B)38.54º65.65%90.2%-
XYZ49.5748.4414.13-
YUV181.0970.39162.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 79 (31.25% from 255) = 16.29%
R=47.42%
G=36.29%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301767900.230.660.1038.5475.1260.59
HexE6B04F01742A274b3d
Octal346260117027102124711375
Binary11100110101100001001111010111100001010101001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B04F; }

 p { color: rgb(230,176,79); }

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

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

 a { background-color: rgb(230,176,79); }

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

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

 span { border-color: rgb(230,176,79); }

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