#E6AF4B

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

Shades of Ronchi #E6AF4B

Tints of Ronchi #E6AF4B

Color information

#E6AF4B (or 0xE6AF4B) is unknown color: approx Ronchi. HEX triplet: E6, AF and 4B. RGB value is (230,175,75). Sum of RGB (Red+Green+Blue) = 230+175+75=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AF4B is #1950B4. Grayscale: #B4B4B4. Windows color (decimal): -1659061 or 4960230. OLE color: 4960230.

HSL color Cylindrical-coordinate representation of color #E6AF4B: hue angle of 38.71º degrees, saturation: 0.76, 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 #E6AF4B is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23017575-
CMYK00.240.670.10
HSL38.71º75.61%59.8%-
HSV(B)38.71º67.39%90.2%-
XYZ49.2347.9913.32-
YUV180.0468.72163.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.92%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 75 (29.69% from 255) = 15.62%
R=47.92%
G=36.46%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301757500.240.670.1038.7175.6159.8
HexE6AF4B01843A274c3c
Octal346257113030103124711474
Binary11100110101011111001011011000100001110101001111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AF4B; }

 p { color: rgb(230,175,75); }

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

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

 a { background-color: rgb(230,175,75); }

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

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

 span { border-color: rgb(230,175,75); }

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