#E6B14D

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

Shades of Ronchi #E6B14D

Tints of Ronchi #E6B14D

Color information

#E6B14D (or 0xE6B14D) is unknown color: approx Ronchi. HEX triplet: E6, B1 and 4D. RGB value is (230,177,77). Sum of RGB (Red+Green+Blue) = 230+177+77=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B14D is #194EB2. Grayscale: #B5B5B5. Windows color (decimal): -1658547 or 5091814. OLE color: 5091814.

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

Color convert

RGB23017777-
CMYK00.230.670.10
HSL39.22º75.37%60.2%-
HSV(B)39.22º66.52%90.2%-
XYZ49.6948.813.82-
YUV181.4569.06162.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.52%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 77 (30.47% from 255) = 15.91%
R=47.52%
G=36.57%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301777700.230.670.1039.2275.3760.2
HexE6B14D01743A274b3c
Octal346261115027103124711374
Binary11100110101100011001101010111100001110101001111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B14D; }

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

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

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

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

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

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

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

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