Html Css Color HEX #E2BE5D Ronchi

📋 copy color: '#E2BE5D'

red 226 ◦ green 190 ◦ blue 93

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

Shades of Ronchi #E2BE5D

Tints of Ronchi #E2BE5D

RGB

 RED value IS 226 (88.67% from 255) = 44.4%

 GREEN value IS 190 (74.61% from 255) = 37.33%

 BLUE value IS 93 (36.72% from 255) = 18.27%

R = 44.4%
G = 37.33%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2BE5D (or 0xE2BE5D) is known color: Ronchi. HEX triplet: E2, BE and 5D. RGB value is (226,190,93). Sum of RGB (Red+Green+Blue) = 226+190+93=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE5D is #1D41A2. Grayscale: #BEBEBE. Windows color (decimal): -1917347 or 6143714. OLE color: 6143714.

HSL color Cylindrical-coordinate representation of color #E2BE5D: hue angle of 43.76º degrees, saturation: 0.7, 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 #E2BE5D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 190 93 -
CMYK 0 0.16 0.59 0.11
HSL 43.76º 0.7% 0.63% -
HSV(B) 43.76º 0.59% 0.89% -
XYZ 51.75 53.79 18.01 -
YUV 189.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 226 190 93 0 0.16 0.59 0.11 43.76 0.7 0.63
Hex E2 BE 5D 0 10 3B B 2C 46 3F
Octal 342 276 135 0 20 73 13 54 106 77
Binary 11100010 10111110 1011101 0 10000 111011 1011 101100 1000110 111111

Color Harmonies of #E2BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE5D

Black with #E2BE5D

Text Example


Text Example

White with #E2BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE5D; }

 p { color: rgb(226,190,93); }

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

background-color css

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

 a { background-color: rgb(226,190,93); }

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

border-color css

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

 span { border-color: rgb(226,190,93); }

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