#E6B24D

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

Shades of Ronchi #E6B24D

Tints of Ronchi #E6B24D

Color information

#E6B24D (or 0xE6B24D) is unknown color: approx Ronchi. HEX triplet: E6, B2 and 4D. RGB value is (230,178,77). Sum of RGB (Red+Green+Blue) = 230+178+77=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B24D is #194DB2. Grayscale: #B6B6B6. Windows color (decimal): -1658291 or 5092070. OLE color: 5092070.

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

Color convert

RGB23017877-
CMYK00.230.670.10
HSL39.61º75.37%60.2%-
HSV(B)39.61º66.52%90.2%-
XYZ49.8949.213.89-
YUV182.0368.73162.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 77 (30.47% from 255) = 15.88%
R=47.42%
G=36.70%
B=15.88%

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
Decimal2301787700.230.670.1039.6175.3760.2
HexE6B24D01743A284b3c
Octal346262115027103125011374
Binary11100110101100101001101010111100001110101010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B24D; }

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

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

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

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

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

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

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

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