Html Css Color HEX #E2BD47 Ronchi

📋 copy color: '#E2BD47'

red 226 ◦ green 189 ◦ blue 71

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

Shades of Ronchi #E2BD47

Tints of Ronchi #E2BD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 71 (28.13% from 255) = 14.61%

R = 46.5%
G = 38.89%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E2BD47 (or 0xE2BD47) is known color: Ronchi. HEX triplet: E2, BD and 47. RGB value is (226,189,71). Sum of RGB (Red+Green+Blue) = 226+189+71=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD47 is #1D42B8. Grayscale: #BBBBBB. Windows color (decimal): -1917625 or 4701666. OLE color: 4701666.

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

Color convert

RGB 226 189 71 -
CMYK 0 0.16 0.69 0.11
HSL 45.68º 0.73% 0.58% -
HSV(B) 45.68º 0.69% 0.89% -
XYZ 50.7 53.02 13.52 -
YUV 186.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 226 189 71 0 0.16 0.69 0.11 45.68 0.73 0.58
Hex E2 BD 47 0 10 45 B 2E 49 3A
Octal 342 275 107 0 20 105 13 56 111 72
Binary 11100010 10111101 1000111 0 10000 1000101 1011 101110 1001001 111010

Color Harmonies of #E2BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD47

Black with #E2BD47

Text Example


Text Example

White with #E2BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD47; }

 p { color: rgb(226,189,71); }

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

background-color css

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

 a { background-color: rgb(226,189,71); }

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

border-color css

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

 span { border-color: rgb(226,189,71); }

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