Html Css Color HEX #E2B846 Ronchi

📋 copy color: '#E2B846'

red 226 ◦ green 184 ◦ blue 70

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

Shades of Ronchi #E2B846

Tints of Ronchi #E2B846

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.33%

 BLUE value IS 70 (27.73% from 255) = 14.58%

R = 47.08%
G = 38.33%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E2B846 (or 0xE2B846) is known color: Ronchi. HEX triplet: E2, B8 and 46. RGB value is (226,184,70). Sum of RGB (Red+Green+Blue) = 226+184+70=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B846 is #1D47B9. Grayscale: #B8B8B8. Windows color (decimal): -1918906 or 4634850. OLE color: 4634850.

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

Color convert

RGB 226 184 70 -
CMYK 0 0.19 0.69 0.11
HSL 43.85º 0.73% 0.58% -
HSV(B) 43.85º 0.69% 0.89% -
XYZ 49.61 50.89 13 -
YUV 183.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 226 184 70 0 0.19 0.69 0.11 43.85 0.73 0.58
Hex E2 B8 46 0 13 45 B 2C 49 3A
Octal 342 270 106 0 23 105 13 54 111 72
Binary 11100010 10111000 1000110 0 10011 1000101 1011 101100 1001001 111010

Color Harmonies of #E2B846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B846

Black with #E2B846

Text Example


Text Example

White with #E2B846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B846; }

 p { color: rgb(226,184,70); }

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

background-color css

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

 a { background-color: rgb(226,184,70); }

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

border-color css

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

 span { border-color: rgb(226,184,70); }

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