#EEB845

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

Shades of Ronchi #EEB845

Tints of Ronchi #EEB845

Color information

#EEB845 (or 0xEEB845) is unknown color: approx Ronchi. HEX triplet: EE, B8 and 45. RGB value is (238,184,69). Sum of RGB (Red+Green+Blue) = 238+184+69=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB845 is #1147BA. Grayscale: #BBBBBB. Windows color (decimal): -1132475 or 4569326. OLE color: 4569326.

HSL color Cylindrical-coordinate representation of color #EEB845: hue angle of 40.83º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEB845 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23818469-
CMYK00.230.710.07
HSL40.83º83.25%60.2%-
HSV(B)40.83º71.01%93.33%-
XYZ53.4752.8913.02-
YUV187.0461.39164.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 69 (27.34% from 255) = 14.05%
R=48.47%
G=37.47%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381846900.230.710.0740.8383.2560.2
HexEEB84501747729533c
Octal35627010502710775112374
Binary1110111010111000100010101011110001111111010011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB845; }

 p { color: rgb(238,184,69); }

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

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

 a { background-color: rgb(238,184,69); }

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

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

 span { border-color: rgb(238,184,69); }

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