Html Css Color HEX #E1B550 Ronchi

📋 copy color: '#E1B550'

red 225 ◦ green 181 ◦ blue 80

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

Shades of Ronchi #E1B550

Tints of Ronchi #E1B550

RGB

 RED value IS 225 (88.28% from 255) = 46.3%

 GREEN value IS 181 (71.09% from 255) = 37.24%

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

R = 46.3%
G = 37.24%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1B550 (or 0xE1B550) is known color: Ronchi. HEX triplet: E1, B5 and 50. RGB value is (225,181,80). Sum of RGB (Red+Green+Blue) = 225+181+80=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B550 is #1E4AAF. Grayscale: #B7B7B7. Windows color (decimal): -1985200 or 5289441. OLE color: 5289441.

HSL color Cylindrical-coordinate representation of color #E1B550: hue angle of 41.79º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1B550 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 181 80 -
CMYK 0 0.20 0.64 0.12
HSL 41.79º 0.71% 0.6% -
HSV(B) 41.79º 0.64% 0.88% -
XYZ 49.02 49.63 14.59 -
YUV 182.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 225 181 80 0 0.20 0.64 0.12 41.79 0.71 0.6
Hex E1 B5 50 0 14 40 C 2A 47 3C
Octal 341 265 120 0 24 100 14 52 107 74
Binary 11100001 10110101 1010000 0 10100 1000000 1100 101010 1000111 111100

Color Harmonies of #E1B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B550

Black with #E1B550

Text Example


Text Example

White with #E1B550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B550; }

 p { color: rgb(225,181,80); }

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

background-color css

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

 a { background-color: rgb(225,181,80); }

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

border-color css

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

 span { border-color: rgb(225,181,80); }

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