Html Css Color HEX #E4BA5E Ronchi

📋 copy color: '#E4BA5E'

red 228 ◦ green 186 ◦ blue 94

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

Shades of Ronchi #E4BA5E

Tints of Ronchi #E4BA5E

RGB

 RED value IS 228 (89.45% from 255) = 44.88%

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

 BLUE value IS 94 (37.11% from 255) = 18.5%

R = 44.88%
G = 36.61%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E4BA5E (or 0xE4BA5E) is known color: Ronchi. HEX triplet: E4, BA and 5E. RGB value is (228,186,94). Sum of RGB (Red+Green+Blue) = 228+186+94=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA5E is #1B45A1. Grayscale: #BCBCBC. Windows color (decimal): -1787298 or 6208228. OLE color: 6208228.

HSL color Cylindrical-coordinate representation of color #E4BA5E: hue angle of 41.19º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4BA5E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 186 94 -
CMYK 0 0.18 0.59 0.11
HSL 41.19º 0.71% 0.63% -
HSV(B) 41.19º 0.59% 0.89% -
XYZ 51.57 52.42 17.99 -
YUV 188.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 228 186 94 0 0.18 0.59 0.11 41.19 0.71 0.63
Hex E4 BA 5E 0 12 3B B 29 47 3F
Octal 344 272 136 0 22 73 13 51 107 77
Binary 11100100 10111010 1011110 0 10010 111011 1011 101001 1000111 111111

Color Harmonies of #E4BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BA5E

Black with #E4BA5E

Text Example


Text Example

White with #E4BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BA5E; }

 p { color: rgb(228,186,94); }

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

background-color css

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

 a { background-color: rgb(228,186,94); }

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

border-color css

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

 span { border-color: rgb(228,186,94); }

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