Html Css Color HEX #E5B85E Ronchi

📋 copy color: '#E5B85E'

red 229 ◦ green 184 ◦ blue 94

#E5B85E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ronchi #E5B85E

Tints of Ronchi #E5B85E

RGB

 RED value IS 229 (89.84% from 255) = 45.17%

 GREEN value IS 184 (72.27% from 255) = 36.29%

 BLUE value IS 94 (37.11% from 255) = 18.54%

R = 45.17%
G = 36.29%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5B85E (or 0xE5B85E) is known color: Ronchi. HEX triplet: E5, B8 and 5E. RGB value is (229,184,94). Sum of RGB (Red+Green+Blue) = 229+184+94=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B85E is #1A47A1. Grayscale: #BBBBBB. Windows color (decimal): -1722274 or 6207717. OLE color: 6207717.

HSL color Cylindrical-coordinate representation of color #E5B85E: hue angle of 40º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5B85E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 184 94 -
CMYK 0 0.20 0.59 0.10
HSL 40º 0.72% 0.63% -
HSV(B) 40º 0.59% 0.9% -
XYZ 51.47 51.75 17.86 -
YUV 187.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 229 184 94 0 0.20 0.59 0.10 40 0.72 0.63
Hex E5 B8 5E 0 14 3B A 28 48 3F
Octal 345 270 136 0 24 73 12 50 110 77
Binary 11100101 10111000 1011110 0 10100 111011 1010 101000 1001000 111111

Color Harmonies of #E5B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B85E

Black with #E5B85E

Text Example


Text Example

White with #E5B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B85E; }

 p { color: rgb(229,184,94); }

 H1.HeaderClassName
 {
   color: #E5B85E;
 }
 .AnyTagClassName
 {
   color: #E5B85E;
 }
</style>

background-color css

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

 a { background-color: rgb(229,184,94); }

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

border-color css

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

 span { border-color: rgb(229,184,94); }

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