Html Css Color HEX #E0B949 Ronchi

📋 copy color: '#E0B949'

red 224 ◦ green 185 ◦ blue 73

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

Shades of Ronchi #E0B949

Tints of Ronchi #E0B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.38%

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 46.47%
G = 38.38%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0B949 (or 0xE0B949) is known color: Ronchi. HEX triplet: E0, B9 and 49. RGB value is (224,185,73). Sum of RGB (Red+Green+Blue) = 224+185+73=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B949 is #1F46B6. Grayscale: #B8B8B8. Windows color (decimal): -2049719 or 4831712. OLE color: 4831712.

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

Color convert

RGB 224 185 73 -
CMYK 0 0.17 0.67 0.12
HSL 44.5º 0.71% 0.58% -
HSV(B) 44.5º 0.67% 0.88% -
XYZ 49.29 51.03 13.55 -
YUV 183.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 224 185 73 0 0.17 0.67 0.12 44.5 0.71 0.58
Hex E0 B9 49 0 11 43 C 2D 47 3A
Octal 340 271 111 0 21 103 14 55 107 72
Binary 11100000 10111001 1001001 0 10001 1000011 1100 101101 1000111 111010

Color Harmonies of #E0B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B949

Black with #E0B949

Text Example


Text Example

White with #E0B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B949; }

 p { color: rgb(224,185,73); }

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

background-color css

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

 a { background-color: rgb(224,185,73); }

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

border-color css

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

 span { border-color: rgb(224,185,73); }

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