Html Css Color HEX #E1BA52 Ronchi

📋 copy color: '#E1BA52'

red 225 ◦ green 186 ◦ blue 82

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

Shades of Ronchi #E1BA52

Tints of Ronchi #E1BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.63%

R = 45.64%
G = 37.73%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1BA52 (or 0xE1BA52) is known color: Ronchi. HEX triplet: E1, BA and 52. RGB value is (225,186,82). Sum of RGB (Red+Green+Blue) = 225+186+82=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA52 is #1E45AD. Grayscale: #BABABA. Windows color (decimal): -1983918 or 5421793. OLE color: 5421793.

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

Color convert

RGB 225 186 82 -
CMYK 0 0.17 0.64 0.12
HSL 43.64º 0.7% 0.6% -
HSV(B) 43.64º 0.64% 0.88% -
XYZ 50.13 51.73 15.33 -
YUV 185.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 225 186 82 0 0.17 0.64 0.12 43.64 0.7 0.6
Hex E1 BA 52 0 11 40 C 2C 46 3C
Octal 341 272 122 0 21 100 14 54 106 74
Binary 11100001 10111010 1010010 0 10001 1000000 1100 101100 1000110 111100

Color Harmonies of #E1BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA52

Black with #E1BA52

Text Example


Text Example

White with #E1BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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