Html Css Color HEX #E0BA47 Ronchi

📋 copy color: '#E0BA47'

red 224 ◦ green 186 ◦ blue 71

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

Shades of Ronchi #E0BA47

Tints of Ronchi #E0BA47

RGB

 RED value IS 224 (87.89% from 255) = 46.57%

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

 BLUE value IS 71 (28.13% from 255) = 14.76%

R = 46.57%
G = 38.67%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E0BA47 (or 0xE0BA47) is known color: Ronchi. HEX triplet: E0, BA and 47. RGB value is (224,186,71). Sum of RGB (Red+Green+Blue) = 224+186+71=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA47 is #1F45B8. Grayscale: #B8B8B8. Windows color (decimal): -2049465 or 4700896. OLE color: 4700896.

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

Color convert

RGB 224 186 71 -
CMYK 0 0.17 0.68 0.12
HSL 45.1º 0.71% 0.58% -
HSV(B) 45.1º 0.68% 0.88% -
XYZ 49.44 51.42 13.28 -
YUV 184.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 224 186 71 0 0.17 0.68 0.12 45.1 0.71 0.58
Hex E0 BA 47 0 11 44 C 2D 47 3A
Octal 340 272 107 0 21 104 14 55 107 72
Binary 11100000 10111010 1000111 0 10001 1000100 1100 101101 1000111 111010

Color Harmonies of #E0BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA47

Black with #E0BA47

Text Example


Text Example

White with #E0BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA47; }

 p { color: rgb(224,186,71); }

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

background-color css

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

 a { background-color: rgb(224,186,71); }

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

border-color css

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

 span { border-color: rgb(224,186,71); }

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