Html Css Color HEX #E1B950 Ronchi

📋 copy color: '#E1B950'

red 225 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #E1B950

Tints of Ronchi #E1B950

RGB

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

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

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

R = 45.92%
G = 37.76%
B = 16.33%

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

#E1B950 (or 0xE1B950) is known color: Ronchi. HEX triplet: E1, B9 and 50. RGB value is (225,185,80). Sum of RGB (Red+Green+Blue) = 225+185+80=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B950 is #1E46AF. Grayscale: #B9B9B9. Windows color (decimal): -1984176 or 5290465. OLE color: 5290465.

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

Color convert

RGB 225 185 80 -
CMYK 0 0.18 0.64 0.12
HSL 43.45º 0.71% 0.6% -
HSV(B) 43.45º 0.64% 0.88% -
XYZ 49.85 51.28 14.86 -
YUV 184.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 225 185 80 0 0.18 0.64 0.12 43.45 0.71 0.6
Hex E1 B9 50 0 12 40 C 2B 47 3C
Octal 341 271 120 0 22 100 14 53 107 74
Binary 11100001 10111001 1010000 0 10010 1000000 1100 101011 1000111 111100

Color Harmonies of #E1B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B950

Black with #E1B950

Text Example


Text Example

White with #E1B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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