Html Css Color HEX #E1BA45 Ronchi

📋 copy color: '#E1BA45'

red 225 ◦ green 186 ◦ blue 69

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

Shades of Ronchi #E1BA45

Tints of Ronchi #E1BA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.38%

R = 46.88%
G = 38.75%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1BA45 (or 0xE1BA45) is known color: Ronchi. HEX triplet: E1, BA and 45. RGB value is (225,186,69). Sum of RGB (Red+Green+Blue) = 225+186+69=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA45 is #1E45BA. Grayscale: #B8B8B8. Windows color (decimal): -1983931 or 4569825. OLE color: 4569825.

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

Color convert

RGB 225 186 69 -
CMYK 0 0.17 0.69 0.12
HSL 45º 0.72% 0.58% -
HSV(B) 45º 0.69% 0.88% -
XYZ 49.68 51.56 12.96 -
YUV 184.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 225 186 69 0 0.17 0.69 0.12 45 0.72 0.58
Hex E1 BA 45 0 11 45 C 2D 48 3A
Octal 341 272 105 0 21 105 14 55 110 72
Binary 11100001 10111010 1000101 0 10001 1000101 1100 101101 1001000 111010

Color Harmonies of #E1BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA45

Black with #E1BA45

Text Example


Text Example

White with #E1BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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