Html Css Color HEX #E5BA44 Ronchi

📋 copy color: '#E5BA44'

red 229 ◦ green 186 ◦ blue 68

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

Shades of Ronchi #E5BA44

Tints of Ronchi #E5BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.08%

R = 47.41%
G = 38.51%
B = 14.08%

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

#E5BA44 (or 0xE5BA44) is known color: Ronchi. HEX triplet: E5, BA and 44. RGB value is (229,186,68). Sum of RGB (Red+Green+Blue) = 229+186+68=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA44 is #1A45BB. Grayscale: #B9B9B9. Windows color (decimal): -1721788 or 4504293. OLE color: 4504293.

HSL color Cylindrical-coordinate representation of color #E5BA44: hue angle of 43.98º degrees, saturation: 0.76, 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 #E5BA44 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 68 -
CMYK 0 0.19 0.70 0.10
HSL 43.98º 0.76% 0.58% -
HSV(B) 43.98º 0.7% 0.9% -
XYZ 50.92 52.19 12.86 -
YUV 185.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 229 186 68 0 0.19 0.70 0.10 43.98 0.76 0.58
Hex E5 BA 44 0 13 46 A 2C 4C 3A
Octal 345 272 104 0 23 106 12 54 114 72
Binary 11100101 10111010 1000100 0 10011 1000110 1010 101100 1001100 111010

Color Harmonies of #E5BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA44

Black with #E5BA44

Text Example


Text Example

White with #E5BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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