Html Css Color HEX #E6B95A Ronchi

📋 copy color: '#E6B95A'

red 230 ◦ green 185 ◦ blue 90

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

Shades of Ronchi #E6B95A

Tints of Ronchi #E6B95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 45.54%
G = 36.63%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6B95A (or 0xE6B95A) is known color: Ronchi. HEX triplet: E6, B9 and 5A. RGB value is (230,185,90). Sum of RGB (Red+Green+Blue) = 230+185+90=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B95A is #1946A5. Grayscale: #BCBCBC. Windows color (decimal): -1656486 or 5945830. OLE color: 5945830.

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

Color convert

RGB 230 185 90 -
CMYK 0 0.20 0.61 0.10
HSL 40.71º 0.74% 0.63% -
HSV(B) 40.71º 0.61% 0.9% -
XYZ 51.83 52.26 17.03 -
YUV 187.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 230 185 90 0 0.20 0.61 0.10 40.71 0.74 0.63
Hex E6 B9 5A 0 14 3D A 29 4A 3F
Octal 346 271 132 0 24 75 12 51 112 77
Binary 11100110 10111001 1011010 0 10100 111101 1010 101001 1001010 111111

Color Harmonies of #E6B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B95A

Black with #E6B95A

Text Example


Text Example

White with #E6B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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