#E6B04E

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

Shades of Ronchi #E6B04E

Tints of Ronchi #E6B04E

Color information

#E6B04E (or 0xE6B04E) is unknown color: approx Ronchi. HEX triplet: E6, B0 and 4E. RGB value is (230,176,78). Sum of RGB (Red+Green+Blue) = 230+176+78=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B04E is #194FB1. Grayscale: #B5B5B5. Windows color (decimal): -1658802 or 5157094. OLE color: 5157094.

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

Color convert

RGB23017678-
CMYK00.230.660.10
HSL38.68º75.25%60.39%-
HSV(B)38.68º66.09%90.2%-
XYZ49.5348.4213.94-
YUV180.9769.89162.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.52%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 78 (30.86% from 255) = 16.12%
R=47.52%
G=36.36%
B=16.12%

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
Decimal2301767800.230.660.1038.6875.2560.39
HexE6B04E01742A274b3c
Octal346260116027102124711374
Binary11100110101100001001110010111100001010101001111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B04E; }

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

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

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

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

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

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

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

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