Html Css Color HEX #E2B650 Ronchi

📋 copy color: '#E2B650'

red 226 ◦ green 182 ◦ blue 80

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

Shades of Ronchi #E2B650

Tints of Ronchi #E2B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.3%

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 46.31%
G = 37.3%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2B650 (or 0xE2B650) is known color: Ronchi. HEX triplet: E2, B6 and 50. RGB value is (226,182,80). Sum of RGB (Red+Green+Blue) = 226+182+80=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B650 is #1D49AF. Grayscale: #B7B7B7. Windows color (decimal): -1919408 or 5289698. OLE color: 5289698.

HSL color Cylindrical-coordinate representation of color #E2B650: hue angle of 41.92º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2B650 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 182 80 -
CMYK 0 0.19 0.65 0.11
HSL 41.92º 0.72% 0.6% -
HSV(B) 41.92º 0.65% 0.89% -
XYZ 49.54 50.2 14.67 -
YUV 183.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 226 182 80 0 0.19 0.65 0.11 41.92 0.72 0.6
Hex E2 B6 50 0 13 41 B 2A 48 3C
Octal 342 266 120 0 23 101 13 52 110 74
Binary 11100010 10110110 1010000 0 10011 1000001 1011 101010 1001000 111100

Color Harmonies of #E2B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B650

Black with #E2B650

Text Example


Text Example

White with #E2B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B650; }

 p { color: rgb(226,182,80); }

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

background-color css

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

 a { background-color: rgb(226,182,80); }

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

border-color css

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

 span { border-color: rgb(226,182,80); }

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