#E6B14E

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

Shades of Ronchi #E6B14E

Tints of Ronchi #E6B14E

Color information

#E6B14E (or 0xE6B14E) is unknown color: approx Ronchi. HEX triplet: E6, B1 and 4E. RGB value is (230,177,78). Sum of RGB (Red+Green+Blue) = 230+177+78=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B14E is #194EB1. Grayscale: #B6B6B6. Windows color (decimal): -1658546 or 5157350. OLE color: 5157350.

HSL color Cylindrical-coordinate representation of color #E6B14E: hue angle of 39.08º 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 #E6B14E is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23017778-
CMYK00.230.660.10
HSL39.08º75.25%60.39%-
HSV(B)39.08º66.09%90.2%-
XYZ49.7348.8214.01-
YUV181.5669.56162.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 78 (30.86% from 255) = 16.08%
R=47.42%
G=36.49%
B=16.08%

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
Decimal2301777800.230.660.1039.0875.2560.39
HexE6B14E01742A274b3c
Octal346261116027102124711374
Binary11100110101100011001110010111100001010101001111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B14E; }

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

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

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

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

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

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

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

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