Html Css Color HEX #E1B850 Ronchi

📋 copy color: '#E1B850'

red 225 ◦ green 184 ◦ blue 80

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

Shades of Ronchi #E1B850

Tints of Ronchi #E1B850

RGB

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

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

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

R = 46.01%
G = 37.63%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1B850 (or 0xE1B850) is known color: Ronchi. HEX triplet: E1, B8 and 50. RGB value is (225,184,80). Sum of RGB (Red+Green+Blue) = 225+184+80=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B850 is #1E47AF. Grayscale: #B8B8B8. Windows color (decimal): -1984432 or 5290209. OLE color: 5290209.

HSL color Cylindrical-coordinate representation of color #E1B850: hue angle of 43.03º 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 #E1B850 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 184 80 -
CMYK 0 0.18 0.64 0.12
HSL 43.03º 0.71% 0.6% -
HSV(B) 43.03º 0.64% 0.88% -
XYZ 49.64 50.87 14.79 -
YUV 184.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 225 184 80 0 0.18 0.64 0.12 43.03 0.71 0.6
Hex E1 B8 50 0 12 40 C 2B 47 3C
Octal 341 270 120 0 22 100 14 53 107 74
Binary 11100001 10111000 1010000 0 10010 1000000 1100 101011 1000111 111100

Color Harmonies of #E1B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B850

Black with #E1B850

Text Example


Text Example

White with #E1B850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B850; }

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

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

background-color css

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

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

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

border-color css

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

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

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