Html Css Color HEX #E5B95A Ronchi

📋 copy color: '#E5B95A'

red 229 ◦ green 185 ◦ blue 90

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

Shades of Ronchi #E5B95A

Tints of Ronchi #E5B95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 45.44%
G = 36.71%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5B95A (or 0xE5B95A) is known color: Ronchi. HEX triplet: E5, B9 and 5A. RGB value is (229,185,90). Sum of RGB (Red+Green+Blue) = 229+185+90=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B95A is #1A46A5. Grayscale: #BBBBBB. Windows color (decimal): -1722022 or 5945829. OLE color: 5945829.

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

Color convert

RGB 229 185 90 -
CMYK 0 0.19 0.61 0.10
HSL 41.01º 0.73% 0.63% -
HSV(B) 41.01º 0.61% 0.9% -
XYZ 51.51 52.09 17.01 -
YUV 187.33 73.08 157.72 -
System Red Green Blue C M Y K H S L
Decimal 229 185 90 0 0.19 0.61 0.10 41.01 0.73 0.63
Hex E5 B9 5A 0 13 3D A 29 49 3F
Octal 345 271 132 0 23 75 12 51 111 77
Binary 11100101 10111001 1011010 0 10011 111101 1010 101001 1001001 111111

Color Harmonies of #E5B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B95A

Black with #E5B95A

Text Example


Text Example

White with #E5B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B95A; }

 p { color: rgb(229,185,90); }

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

background-color css

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

 a { background-color: rgb(229,185,90); }

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

border-color css

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

 span { border-color: rgb(229,185,90); }

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