Html Css Color HEX #E1BA56 Ronchi

📋 copy color: '#E1BA56'

red 225 ◦ green 186 ◦ blue 86

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

Shades of Ronchi #E1BA56

Tints of Ronchi #E1BA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.3%

R = 45.27%
G = 37.42%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E1BA56 (or 0xE1BA56) is known color: Ronchi. HEX triplet: E1, BA and 56. RGB value is (225,186,86). Sum of RGB (Red+Green+Blue) = 225+186+86=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA56 is #1E45A9. Grayscale: #BABABA. Windows color (decimal): -1983914 or 5683937. OLE color: 5683937.

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

Color convert

RGB 225 186 86 -
CMYK 0 0.17 0.62 0.12
HSL 43.17º 0.7% 0.61% -
HSV(B) 43.17º 0.62% 0.88% -
XYZ 50.29 51.8 16.15 -
YUV 186.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 225 186 86 0 0.17 0.62 0.12 43.17 0.7 0.61
Hex E1 BA 56 0 11 3E C 2B 46 3D
Octal 341 272 126 0 21 76 14 53 106 75
Binary 11100001 10111010 1010110 0 10001 111110 1100 101011 1000110 111101

Color Harmonies of #E1BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA56

Black with #E1BA56

Text Example


Text Example

White with #E1BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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