#E6BA5A

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

Shades of Ronchi #E6BA5A

Tints of Ronchi #E6BA5A

Color information

#E6BA5A (or 0xE6BA5A) is unknown color: approx Ronchi. HEX triplet: E6, BA and 5A. RGB value is (230,186,90). Sum of RGB (Red+Green+Blue) = 230+186+90=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA5A is #1945A5. Grayscale: #BCBCBC. Windows color (decimal): -1656230 or 5946086. OLE color: 5946086.

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

Color convert

RGB23018690-
CMYK00.190.610.10
HSL41.14º73.68%62.75%-
HSV(B)41.14º60.87%90.2%-
XYZ52.0452.6817.1-
YUV188.2172.58157.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.45%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 90 (35.55% from 255) = 17.79%
R=45.45%
G=36.76%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301869000.190.610.1041.1473.6862.75
HexE6BA5A0133DA294a3f
Octal34627213202375125111277
Binary1110011010111010101101001001111110110101010011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BA5A; }

 p { color: rgb(230,186,90); }

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

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

 a { background-color: rgb(230,186,90); }

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

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

 span { border-color: rgb(230,186,90); }

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