Html Css Color HEX #E6BC47 Ronchi

📋 copy color: '#E6BC47'

red 230 ◦ green 188 ◦ blue 71

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

Shades of Ronchi #E6BC47

Tints of Ronchi #E6BC47

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

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

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

R = 47.03%
G = 38.45%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E6BC47 (or 0xE6BC47) is known color: Ronchi. HEX triplet: E6, BC and 47. RGB value is (230,188,71). Sum of RGB (Red+Green+Blue) = 230+188+71=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC47 is #1943B8. Grayscale: #BBBBBB. Windows color (decimal): -1655737 or 4701414. OLE color: 4701414.

HSL color Cylindrical-coordinate representation of color #E6BC47: hue angle of 44.15º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6BC47 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 71 -
CMYK 0 0.18 0.69 0.10
HSL 44.15º 0.76% 0.59% -
HSV(B) 44.15º 0.69% 0.9% -
XYZ 51.75 53.24 13.51 -
YUV 187.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 230 188 71 0 0.18 0.69 0.10 44.15 0.76 0.59
Hex E6 BC 47 0 12 45 A 2C 4C 3B
Octal 346 274 107 0 22 105 12 54 114 73
Binary 11100110 10111100 1000111 0 10010 1000101 1010 101100 1001100 111011

Color Harmonies of #E6BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC47

Black with #E6BC47

Text Example


Text Example

White with #E6BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC47; }

 p { color: rgb(230,188,71); }

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

background-color css

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

 a { background-color: rgb(230,188,71); }

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

border-color css

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

 span { border-color: rgb(230,188,71); }

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