Html Css Color HEX #E6B949 Ronchi

📋 copy color: '#E6B949'

red 230 ◦ green 185 ◦ blue 73

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

Shades of Ronchi #E6B949

Tints of Ronchi #E6B949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.96%

R = 47.13%
G = 37.91%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6B949 (or 0xE6B949) is known color: Ronchi. HEX triplet: E6, B9 and 49. RGB value is (230,185,73). Sum of RGB (Red+Green+Blue) = 230+185+73=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B949 is #1946B6. Grayscale: #BABABA. Windows color (decimal): -1656503 or 4831718. OLE color: 4831718.

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

Color convert

RGB 230 185 73 -
CMYK 0 0.20 0.68 0.10
HSL 42.8º 0.76% 0.59% -
HSV(B) 42.8º 0.68% 0.9% -
XYZ 51.18 52 13.64 -
YUV 185.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 230 185 73 0 0.20 0.68 0.10 42.8 0.76 0.59
Hex E6 B9 49 0 14 44 A 2B 4C 3B
Octal 346 271 111 0 24 104 12 53 114 73
Binary 11100110 10111001 1001001 0 10100 1000100 1010 101011 1001100 111011

Color Harmonies of #E6B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B949

Black with #E6B949

Text Example


Text Example

White with #E6B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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