#E6B74A

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

Shades of Ronchi #E6B74A

Tints of Ronchi #E6B74A

Color information

#E6B74A (or 0xE6B74A) is unknown color: approx Ronchi. HEX triplet: E6, B7 and 4A. RGB value is (230,183,74). Sum of RGB (Red+Green+Blue) = 230+183+74=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B74A is #1948B5. Grayscale: #B9B9B9. Windows color (decimal): -1657014 or 4896742. OLE color: 4896742.

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

Color convert

RGB23018374-
CMYK00.200.680.10
HSL41.92º75.73%59.61%-
HSV(B)41.92º67.83%90.2%-
XYZ50.851.1813.68-
YUV184.6365.57160.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.23%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 74 (29.30% from 255) = 15.20%
R=47.23%
G=37.58%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301837400.200.680.1041.9275.7359.61
HexE6B74A01444A2a4c3c
Octal346267112024104125211474
Binary11100110101101111001010010100100010010101010101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B74A; }

 p { color: rgb(230,183,74); }

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

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

 a { background-color: rgb(230,183,74); }

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

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

 span { border-color: rgb(230,183,74); }

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