Html Css Color HEX #E2BD46 Ronchi

📋 copy color: '#E2BD46'

red 226 ◦ green 189 ◦ blue 70

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

Shades of Ronchi #E2BD46

Tints of Ronchi #E2BD46

RGB

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

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

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

R = 46.6%
G = 38.97%
B = 14.43%

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

#E2BD46 (or 0xE2BD46) is known color: Ronchi. HEX triplet: E2, BD and 46. RGB value is (226,189,70). Sum of RGB (Red+Green+Blue) = 226+189+70=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD46 is #1D42B9. Grayscale: #BBBBBB. Windows color (decimal): -1917626 or 4636130. OLE color: 4636130.

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

Color convert

RGB 226 189 70 -
CMYK 0 0.16 0.69 0.11
HSL 45.77º 0.73% 0.58% -
HSV(B) 45.77º 0.69% 0.89% -
XYZ 50.67 53.01 13.36 -
YUV 186.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 226 189 70 0 0.16 0.69 0.11 45.77 0.73 0.58
Hex E2 BD 46 0 10 45 B 2E 49 3A
Octal 342 275 106 0 20 105 13 56 111 72
Binary 11100010 10111101 1000110 0 10000 1000101 1011 101110 1001001 111010

Color Harmonies of #E2BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD46

Black with #E2BD46

Text Example


Text Example

White with #E2BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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