Html Css Color HEX #E3BC46 Ronchi

📋 copy color: '#E3BC46'

red 227 ◦ green 188 ◦ blue 70

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

Shades of Ronchi #E3BC46

Tints of Ronchi #E3BC46

RGB

 RED value IS 227 (89.06% from 255) = 46.8%

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 46.8%
G = 38.76%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E3BC46 (or 0xE3BC46) is known color: Ronchi. HEX triplet: E3, BC and 46. RGB value is (227,188,70). Sum of RGB (Red+Green+Blue) = 227+188+70=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC46 is #1C43B9. Grayscale: #BABABA. Windows color (decimal): -1852346 or 4635875. OLE color: 4635875.

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

Color convert

RGB 227 188 70 -
CMYK 0 0.17 0.69 0.11
HSL 45.1º 0.74% 0.58% -
HSV(B) 45.1º 0.69% 0.89% -
XYZ 50.77 52.74 13.3 -
YUV 186.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 227 188 70 0 0.17 0.69 0.11 45.1 0.74 0.58
Hex E3 BC 46 0 11 45 B 2D 4A 3A
Octal 343 274 106 0 21 105 13 55 112 72
Binary 11100011 10111100 1000110 0 10001 1000101 1011 101101 1001010 111010

Color Harmonies of #E3BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BC46

Black with #E3BC46

Text Example


Text Example

White with #E3BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BC46; }

 p { color: rgb(227,188,70); }

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

background-color css

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

 a { background-color: rgb(227,188,70); }

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

border-color css

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

 span { border-color: rgb(227,188,70); }

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