Html Css Color HEX #E5BA45 Ronchi

📋 copy color: '#E5BA45'

red 229 ◦ green 186 ◦ blue 69

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

Shades of Ronchi #E5BA45

Tints of Ronchi #E5BA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 47.31%
G = 38.43%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E5BA45 (or 0xE5BA45) is known color: Ronchi. HEX triplet: E5, BA and 45. RGB value is (229,186,69). Sum of RGB (Red+Green+Blue) = 229+186+69=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA45 is #1A45BA. Grayscale: #BABABA. Windows color (decimal): -1721787 or 4569829. OLE color: 4569829.

HSL color Cylindrical-coordinate representation of color #E5BA45: hue angle of 43.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5BA45 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 69 -
CMYK 0 0.19 0.70 0.10
HSL 43.88º 0.75% 0.58% -
HSV(B) 43.88º 0.7% 0.9% -
XYZ 50.95 52.21 13.02 -
YUV 185.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 229 186 69 0 0.19 0.70 0.10 43.88 0.75 0.58
Hex E5 BA 45 0 13 46 A 2C 4B 3A
Octal 345 272 105 0 23 106 12 54 113 72
Binary 11100101 10111010 1000101 0 10011 1000110 1010 101100 1001011 111010

Color Harmonies of #E5BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA45

Black with #E5BA45

Text Example


Text Example

White with #E5BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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