Html Css Color HEX #E6B350 Ronchi

📋 copy color: '#E6B350'

red 230 ◦ green 179 ◦ blue 80

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

Shades of Ronchi #E6B350

Tints of Ronchi #E6B350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 47.03%
G = 36.61%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E6B350 (or 0xE6B350) is known color: Ronchi. HEX triplet: E6, B3 and 50. RGB value is (230,179,80). Sum of RGB (Red+Green+Blue) = 230+179+80=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B350 is #194CAF. Grayscale: #B7B7B7. Windows color (decimal): -1658032 or 5288934. OLE color: 5288934.

HSL color Cylindrical-coordinate representation of color #E6B350: hue angle of 39.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6B350 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 179 80 -
CMYK 0 0.22 0.65 0.10
HSL 39.6º 0.75% 0.61% -
HSV(B) 39.6º 0.65% 0.9% -
XYZ 50.2 49.64 14.53 -
YUV 182.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 230 179 80 0 0.22 0.65 0.10 39.6 0.75 0.61
Hex E6 B3 50 0 16 41 A 28 4B 3D
Octal 346 263 120 0 26 101 12 50 113 75
Binary 11100110 10110011 1010000 0 10110 1000001 1010 101000 1001011 111101

Color Harmonies of #E6B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B350

Black with #E6B350

Text Example


Text Example

White with #E6B350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B350; }

 p { color: rgb(230,179,80); }

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

background-color css

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

 a { background-color: rgb(230,179,80); }

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

border-color css

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

 span { border-color: rgb(230,179,80); }

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