Html Css Color HEX #E6B049 Ronchi

📋 copy color: '#E6B049'

red 230 ◦ green 176 ◦ blue 73

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

Shades of Ronchi #E6B049

Tints of Ronchi #E6B049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 48.02%
G = 36.74%
B = 15.24%

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

#E6B049 (or 0xE6B049) is known color: Ronchi. HEX triplet: E6, B0 and 49. RGB value is (230,176,73). Sum of RGB (Red+Green+Blue) = 230+176+73=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B049 is #194FB6. Grayscale: #B4B4B4. Windows color (decimal): -1658807 or 4829414. OLE color: 4829414.

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

Color convert

RGB 230 176 73 -
CMYK 0 0.23 0.68 0.10
HSL 39.36º 0.76% 0.59% -
HSV(B) 39.36º 0.68% 0.9% -
XYZ 49.36 48.35 13.04 -
YUV 180.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 230 176 73 0 0.23 0.68 0.10 39.36 0.76 0.59
Hex E6 B0 49 0 17 44 A 27 4C 3B
Octal 346 260 111 0 27 104 12 47 114 73
Binary 11100110 10110000 1001001 0 10111 1000100 1010 100111 1001100 111011

Color Harmonies of #E6B049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B049

Black with #E6B049

Text Example


Text Example

White with #E6B049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B049; }

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

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

background-color css

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

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

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

border-color css

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

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

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