Html Css Color HEX #E6B947 Ronchi

📋 copy color: '#E6B947'

red 230 ◦ green 185 ◦ blue 71

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

Shades of Ronchi #E6B947

Tints of Ronchi #E6B947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

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

R = 47.33%
G = 38.07%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E6B947 (or 0xE6B947) is known color: Ronchi. HEX triplet: E6, B9 and 47. RGB value is (230,185,71). Sum of RGB (Red+Green+Blue) = 230+185+71=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B947 is #1946B8. Grayscale: #B9B9B9. Windows color (decimal): -1656505 or 4700646. OLE color: 4700646.

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

Color convert

RGB 230 185 71 -
CMYK 0 0.20 0.69 0.10
HSL 43.02º 0.76% 0.59% -
HSV(B) 43.02º 0.69% 0.9% -
XYZ 51.12 51.98 13.3 -
YUV 185.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 230 185 71 0 0.20 0.69 0.10 43.02 0.76 0.59
Hex E6 B9 47 0 14 45 A 2B 4C 3B
Octal 346 271 107 0 24 105 12 53 114 73
Binary 11100110 10111001 1000111 0 10100 1000101 1010 101011 1001100 111011

Color Harmonies of #E6B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B947

Black with #E6B947

Text Example


Text Example

White with #E6B947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B947; }

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

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

background-color css

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

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

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

border-color css

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

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

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