Html Css Color HEX #E6BE56 Ronchi

📋 copy color: '#E6BE56'

red 230 ◦ green 190 ◦ blue 86

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

Shades of Ronchi #E6BE56

Tints of Ronchi #E6BE56

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.55%

 BLUE value IS 86 (33.98% from 255) = 17%

R = 45.45%
G = 37.55%
B = 17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6BE56 (or 0xE6BE56) is known color: Ronchi. HEX triplet: E6, BE and 56. RGB value is (230,190,86). Sum of RGB (Red+Green+Blue) = 230+190+86=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE56 is #1941A9. Grayscale: #BEBEBE. Windows color (decimal): -1655210 or 5684966. OLE color: 5684966.

HSL color Cylindrical-coordinate representation of color #E6BE56: hue angle of 43.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6BE56 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 190 86 -
CMYK 0 0.17 0.63 0.10
HSL 43.33º 0.74% 0.62% -
HSV(B) 43.33º 0.63% 0.9% -
XYZ 52.73 54.32 16.51 -
YUV 190.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 230 190 86 0 0.17 0.63 0.10 43.33 0.74 0.62
Hex E6 BE 56 0 11 3F A 2B 4A 3E
Octal 346 276 126 0 21 77 12 53 112 76
Binary 11100110 10111110 1010110 0 10001 111111 1010 101011 1001010 111110

Color Harmonies of #E6BE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE56

Black with #E6BE56

Text Example


Text Example

White with #E6BE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE56; }

 p { color: rgb(230,190,86); }

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

background-color css

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

 a { background-color: rgb(230,190,86); }

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

border-color css

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

 span { border-color: rgb(230,190,86); }

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