Html Css Color HEX #E6BA5E Ronchi

📋 copy color: '#E6BA5E'

red 230 ◦ green 186 ◦ blue 94

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

Shades of Ronchi #E6BA5E

Tints of Ronchi #E6BA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 94 (37.11% from 255) = 18.43%

R = 45.1%
G = 36.47%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6BA5E (or 0xE6BA5E) is known color: Ronchi. HEX triplet: E6, BA and 5E. RGB value is (230,186,94). Sum of RGB (Red+Green+Blue) = 230+186+94=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA5E is #1945A1. Grayscale: #BDBDBD. Windows color (decimal): -1656226 or 6208230. OLE color: 6208230.

HSL color Cylindrical-coordinate representation of color #E6BA5E: hue angle of 40.59º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6BA5E is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 94 -
CMYK 0 0.19 0.59 0.10
HSL 40.59º 0.73% 0.64% -
HSV(B) 40.59º 0.59% 0.9% -
XYZ 52.21 52.75 18.02 -
YUV 188.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 230 186 94 0 0.19 0.59 0.10 40.59 0.73 0.64
Hex E6 BA 5E 0 13 3B A 29 49 40
Octal 346 272 136 0 23 73 12 51 111 100
Binary 11100110 10111010 1011110 0 10011 111011 1010 101001 1001001 1000000

Color Harmonies of #E6BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA5E

Black with #E6BA5E

Text Example


Text Example

White with #E6BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA5E; }

 p { color: rgb(230,186,94); }

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

background-color css

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

 a { background-color: rgb(230,186,94); }

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

border-color css

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

 span { border-color: rgb(230,186,94); }

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