Html Css Color HEX #E5B150 Ronchi

📋 copy color: '#E5B150'

red 229 ◦ green 177 ◦ blue 80

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

Shades of Ronchi #E5B150

Tints of Ronchi #E5B150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.42%

 BLUE value IS 80 (31.64% from 255) = 16.46%

R = 47.12%
G = 36.42%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E5B150 (or 0xE5B150) is known color: Ronchi. HEX triplet: E5, B1 and 50. RGB value is (229,177,80). Sum of RGB (Red+Green+Blue) = 229+177+80=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B150 is #1A4EAF. Grayscale: #B5B5B5. Windows color (decimal): -1724080 or 5288421. OLE color: 5288421.

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

Color convert

RGB 229 177 80 -
CMYK 0 0.23 0.65 0.10
HSL 39.06º 0.74% 0.61% -
HSV(B) 39.06º 0.65% 0.9% -
XYZ 49.48 48.68 14.38 -
YUV 181.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 229 177 80 0 0.23 0.65 0.10 39.06 0.74 0.61
Hex E5 B1 50 0 17 41 A 27 4A 3D
Octal 345 261 120 0 27 101 12 47 112 75
Binary 11100101 10110001 1010000 0 10111 1000001 1010 100111 1001010 111101

Color Harmonies of #E5B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B150

Black with #E5B150

Text Example


Text Example

White with #E5B150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B150; }

 p { color: rgb(229,177,80); }

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

background-color css

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

 a { background-color: rgb(229,177,80); }

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

border-color css

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

 span { border-color: rgb(229,177,80); }

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