Html Css Color HEX #E0BA56 Ronchi

📋 copy color: '#E0BA56'

red 224 ◦ green 186 ◦ blue 86

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

Shades of Ronchi #E0BA56

Tints of Ronchi #E0BA56

RGB

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

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

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

R = 45.16%
G = 37.5%
B = 17.34%

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

#E0BA56 (or 0xE0BA56) is known color: Ronchi. HEX triplet: E0, BA and 56. RGB value is (224,186,86). Sum of RGB (Red+Green+Blue) = 224+186+86=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA56 is #1F45A9. Grayscale: #BABABA. Windows color (decimal): -2049450 or 5683936. OLE color: 5683936.

HSL color Cylindrical-coordinate representation of color #E0BA56: hue angle of 43.48º degrees, saturation: 0.69, 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 #E0BA56 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 86 -
CMYK 0 0.17 0.62 0.12
HSL 43.48º 0.69% 0.61% -
HSV(B) 43.48º 0.62% 0.88% -
XYZ 49.98 51.64 16.14 -
YUV 185.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 224 186 86 0 0.17 0.62 0.12 43.48 0.69 0.61
Hex E0 BA 56 0 11 3E C 2B 45 3D
Octal 340 272 126 0 21 76 14 53 105 75
Binary 11100000 10111010 1010110 0 10001 111110 1100 101011 1000101 111101

Color Harmonies of #E0BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA56

Black with #E0BA56

Text Example


Text Example

White with #E0BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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