Html Css Color HEX #E1BA4E Ronchi

📋 copy color: '#E1BA4E'

red 225 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #E1BA4E

Tints of Ronchi #E1BA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.95%

R = 46.01%
G = 38.04%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1BA4E (or 0xE1BA4E) is known color: Ronchi. HEX triplet: E1, BA and 4E. RGB value is (225,186,78). Sum of RGB (Red+Green+Blue) = 225+186+78=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA4E is #1E45B1. Grayscale: #B9B9B9. Windows color (decimal): -1983922 or 5159649. OLE color: 5159649.

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

Color convert

RGB 225 186 78 -
CMYK 0 0.17 0.65 0.12
HSL 44.08º 0.71% 0.59% -
HSV(B) 44.08º 0.65% 0.88% -
XYZ 49.99 51.68 14.55 -
YUV 185.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 225 186 78 0 0.17 0.65 0.12 44.08 0.71 0.59
Hex E1 BA 4E 0 11 41 C 2C 47 3B
Octal 341 272 116 0 21 101 14 54 107 73
Binary 11100001 10111010 1001110 0 10001 1000001 1100 101100 1000111 111011

Color Harmonies of #E1BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA4E

Black with #E1BA4E

Text Example


Text Example

White with #E1BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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