Html Css Color HEX #E5B94C Ronchi

📋 copy color: '#E5B94C'

red 229 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #E5B94C

Tints of Ronchi #E5B94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 46.73%
G = 37.76%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5B94C (or 0xE5B94C) is known color: Ronchi. HEX triplet: E5, B9 and 4C. RGB value is (229,185,76). Sum of RGB (Red+Green+Blue) = 229+185+76=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B94C is #1A46B3. Grayscale: #BABABA. Windows color (decimal): -1722036 or 5028325. OLE color: 5028325.

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

Color convert

RGB 229 185 76 -
CMYK 0 0.19 0.67 0.10
HSL 42.75º 0.75% 0.6% -
HSV(B) 42.75º 0.67% 0.9% -
XYZ 50.97 51.88 14.16 -
YUV 185.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 229 185 76 0 0.19 0.67 0.10 42.75 0.75 0.6
Hex E5 B9 4C 0 13 43 A 2B 4B 3C
Octal 345 271 114 0 23 103 12 53 113 74
Binary 11100101 10111001 1001100 0 10011 1000011 1010 101011 1001011 111100

Color Harmonies of #E5B94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B94C

Black with #E5B94C

Text Example


Text Example

White with #E5B94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B94C; }

 p { color: rgb(229,185,76); }

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

background-color css

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

 a { background-color: rgb(229,185,76); }

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

border-color css

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

 span { border-color: rgb(229,185,76); }

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