Html Css Color HEX #E1B949 Ronchi

📋 copy color: '#E1B949'

red 225 ◦ green 185 ◦ blue 73

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

Shades of Ronchi #E1B949

Tints of Ronchi #E1B949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.11%

R = 46.58%
G = 38.3%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1B949 (or 0xE1B949) is known color: Ronchi. HEX triplet: E1, B9 and 49. RGB value is (225,185,73). Sum of RGB (Red+Green+Blue) = 225+185+73=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B949 is #1E46B6. Grayscale: #B8B8B8. Windows color (decimal): -1984183 or 4831713. OLE color: 4831713.

HSL color Cylindrical-coordinate representation of color #E1B949: hue angle of 44.21º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1B949 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 185 73 -
CMYK 0 0.18 0.68 0.12
HSL 44.21º 0.72% 0.58% -
HSV(B) 44.21º 0.68% 0.88% -
XYZ 49.6 51.19 13.57 -
YUV 184.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 225 185 73 0 0.18 0.68 0.12 44.21 0.72 0.58
Hex E1 B9 49 0 12 44 C 2C 48 3A
Octal 341 271 111 0 22 104 14 54 110 72
Binary 11100001 10111001 1001001 0 10010 1000100 1100 101100 1001000 111010

Color Harmonies of #E1B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B949

Black with #E1B949

Text Example


Text Example

White with #E1B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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