Html Css Color HEX #E3BC45 Ronchi

📋 copy color: '#E3BC45'

red 227 ◦ green 188 ◦ blue 69

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

Shades of Ronchi #E3BC45

Tints of Ronchi #E3BC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 46.9%
G = 38.84%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E3BC45 (or 0xE3BC45) is known color: Ronchi. HEX triplet: E3, BC and 45. RGB value is (227,188,69). Sum of RGB (Red+Green+Blue) = 227+188+69=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC45 is #1C43BA. Grayscale: #BABABA. Windows color (decimal): -1852347 or 4570339. OLE color: 4570339.

HSL color Cylindrical-coordinate representation of color #E3BC45: hue angle of 45.19º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3BC45 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 188 69 -
CMYK 0 0.17 0.70 0.11
HSL 45.19º 0.74% 0.58% -
HSV(B) 45.19º 0.7% 0.89% -
XYZ 50.74 52.73 13.13 -
YUV 186.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 227 188 69 0 0.17 0.70 0.11 45.19 0.74 0.58
Hex E3 BC 45 0 11 46 B 2D 4A 3A
Octal 343 274 105 0 21 106 13 55 112 72
Binary 11100011 10111100 1000101 0 10001 1000110 1011 101101 1001010 111010

Color Harmonies of #E3BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BC45

Black with #E3BC45

Text Example


Text Example

White with #E3BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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