Html Css Color HEX #E6B149 Ronchi

📋 copy color: '#E6B149'

red 230 ◦ green 177 ◦ blue 73

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

Shades of Ronchi #E6B149

Tints of Ronchi #E6B149

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

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

R = 47.92%
G = 36.88%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6B149 (or 0xE6B149) is known color: Ronchi. HEX triplet: E6, B1 and 49. RGB value is (230,177,73). Sum of RGB (Red+Green+Blue) = 230+177+73=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B149 is #194EB6. Grayscale: #B5B5B5. Windows color (decimal): -1658551 or 4829670. OLE color: 4829670.

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

Color convert

RGB 230 177 73 -
CMYK 0 0.23 0.68 0.10
HSL 39.75º 0.76% 0.59% -
HSV(B) 39.75º 0.68% 0.9% -
XYZ 49.56 48.75 13.1 -
YUV 180.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 230 177 73 0 0.23 0.68 0.10 39.75 0.76 0.59
Hex E6 B1 49 0 17 44 A 28 4C 3B
Octal 346 261 111 0 27 104 12 50 114 73
Binary 11100110 10110001 1001001 0 10111 1000100 1010 101000 1001100 111011

Color Harmonies of #E6B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B149

Black with #E6B149

Text Example


Text Example

White with #E6B149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B149; }

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

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

background-color css

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

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

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

border-color css

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

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

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