Html Css Color HEX #E6B458 Ronchi

📋 copy color: '#E6B458'

red 230 ◦ green 180 ◦ blue 88

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

Shades of Ronchi #E6B458

Tints of Ronchi #E6B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 88 (34.77% from 255) = 17.67%

R = 46.18%
G = 36.14%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E6B458 (or 0xE6B458) is known color: Ronchi. HEX triplet: E6, B4 and 58. RGB value is (230,180,88). Sum of RGB (Red+Green+Blue) = 230+180+88=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B458 is #194BA7. Grayscale: #B8B8B8. Windows color (decimal): -1657768 or 5813478. OLE color: 5813478.

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

Color convert

RGB 230 180 88 -
CMYK 0 0.22 0.62 0.10
HSL 38.87º 0.74% 0.62% -
HSV(B) 38.87º 0.62% 0.9% -
XYZ 50.72 50.17 16.24 -
YUV 184.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 230 180 88 0 0.22 0.62 0.10 38.87 0.74 0.62
Hex E6 B4 58 0 16 3E A 27 4A 3E
Octal 346 264 130 0 26 76 12 47 112 76
Binary 11100110 10110100 1011000 0 10110 111110 1010 100111 1001010 111110

Color Harmonies of #E6B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B458

Black with #E6B458

Text Example


Text Example

White with #E6B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B458; }

 p { color: rgb(230,180,88); }

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

background-color css

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

 a { background-color: rgb(230,180,88); }

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

border-color css

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

 span { border-color: rgb(230,180,88); }

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