Html Css Color HEX #E1BA53 Ronchi

📋 copy color: '#E1BA53'

red 225 ◦ green 186 ◦ blue 83

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

Shades of Ronchi #E1BA53

Tints of Ronchi #E1BA53

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 83 (32.81% from 255) = 16.8%

R = 45.55%
G = 37.65%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E1BA53 (or 0xE1BA53) is known color: Ronchi. HEX triplet: E1, BA and 53. RGB value is (225,186,83). Sum of RGB (Red+Green+Blue) = 225+186+83=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA53 is #1E45AC. Grayscale: #BABABA. Windows color (decimal): -1983917 or 5487329. OLE color: 5487329.

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

Color convert

RGB 225 186 83 -
CMYK 0 0.17 0.63 0.12
HSL 43.52º 0.7% 0.6% -
HSV(B) 43.52º 0.63% 0.88% -
XYZ 50.17 51.75 15.53 -
YUV 185.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 225 186 83 0 0.17 0.63 0.12 43.52 0.7 0.6
Hex E1 BA 53 0 11 3F C 2C 46 3C
Octal 341 272 123 0 21 77 14 54 106 74
Binary 11100001 10111010 1010011 0 10001 111111 1100 101100 1000110 111100

Color Harmonies of #E1BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA53

Black with #E1BA53

Text Example


Text Example

White with #E1BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA53; }

 p { color: rgb(225,186,83); }

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

background-color css

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

 a { background-color: rgb(225,186,83); }

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

border-color css

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

 span { border-color: rgb(225,186,83); }

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