Html Css Color HEX #E2BD49 Ronchi

📋 copy color: '#E2BD49'

red 226 ◦ green 189 ◦ blue 73

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

Shades of Ronchi #E2BD49

Tints of Ronchi #E2BD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.96%

R = 46.31%
G = 38.73%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E2BD49 (or 0xE2BD49) is known color: Ronchi. HEX triplet: E2, BD and 49. RGB value is (226,189,73). Sum of RGB (Red+Green+Blue) = 226+189+73=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD49 is #1D42B6. Grayscale: #BBBBBB. Windows color (decimal): -1917623 or 4832738. OLE color: 4832738.

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

Color convert

RGB 226 189 73 -
CMYK 0 0.16 0.68 0.11
HSL 45.49º 0.73% 0.59% -
HSV(B) 45.49º 0.68% 0.89% -
XYZ 50.76 53.04 13.87 -
YUV 186.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 226 189 73 0 0.16 0.68 0.11 45.49 0.73 0.59
Hex E2 BD 49 0 10 44 B 2D 49 3B
Octal 342 275 111 0 20 104 13 55 111 73
Binary 11100010 10111101 1001001 0 10000 1000100 1011 101101 1001001 111011

Color Harmonies of #E2BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD49

Black with #E2BD49

Text Example


Text Example

White with #E2BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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