Html Css Color HEX #E5BA50 Ronchi

📋 copy color: '#E5BA50'

red 229 ◦ green 186 ◦ blue 80

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

Shades of Ronchi #E5BA50

Tints of Ronchi #E5BA50

RGB

 RED value IS 229 (89.84% from 255) = 46.26%

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

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 46.26%
G = 37.58%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E5BA50 (or 0xE5BA50) is known color: Ronchi. HEX triplet: E5, BA and 50. RGB value is (229,186,80). Sum of RGB (Red+Green+Blue) = 229+186+80=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA50 is #1A45AF. Grayscale: #BBBBBB. Windows color (decimal): -1721776 or 5290725. OLE color: 5290725.

HSL color Cylindrical-coordinate representation of color #E5BA50: hue angle of 42.68º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5BA50 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 80 -
CMYK 0 0.19 0.65 0.10
HSL 42.68º 0.74% 0.61% -
HSV(B) 42.68º 0.65% 0.9% -
XYZ 51.32 52.36 14.99 -
YUV 186.77 67.75 158.12 -
System Red Green Blue C M Y K H S L
Decimal 229 186 80 0 0.19 0.65 0.10 42.68 0.74 0.61
Hex E5 BA 50 0 13 41 A 2B 4A 3D
Octal 345 272 120 0 23 101 12 53 112 75
Binary 11100101 10111010 1010000 0 10011 1000001 1010 101011 1001010 111101

Color Harmonies of #E5BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA50

Black with #E5BA50

Text Example


Text Example

White with #E5BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA50; }

 p { color: rgb(229,186,80); }

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

background-color css

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

 a { background-color: rgb(229,186,80); }

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

border-color css

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

 span { border-color: rgb(229,186,80); }

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