Html Css Color HEX #E6B950 Ronchi

📋 copy color: '#E6B950'

red 230 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #E6B950

Tints of Ronchi #E6B950

RGB

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

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

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

R = 46.46%
G = 37.37%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E6B950 (or 0xE6B950) is known color: Ronchi. HEX triplet: E6, B9 and 50. RGB value is (230,185,80). Sum of RGB (Red+Green+Blue) = 230+185+80=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B950 is #1946AF. Grayscale: #BABABA. Windows color (decimal): -1656496 or 5290470. OLE color: 5290470.

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

Color convert

RGB 230 185 80 -
CMYK 0 0.20 0.65 0.10
HSL 42º 0.75% 0.61% -
HSV(B) 42º 0.65% 0.9% -
XYZ 51.43 52.1 14.94 -
YUV 186.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 230 185 80 0 0.20 0.65 0.10 42 0.75 0.61
Hex E6 B9 50 0 14 41 A 2A 4B 3D
Octal 346 271 120 0 24 101 12 52 113 75
Binary 11100110 10111001 1010000 0 10100 1000001 1010 101010 1001011 111101

Color Harmonies of #E6B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B950

Black with #E6B950

Text Example


Text Example

White with #E6B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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