Html Css Color HEX #E6BA59 Ronchi

📋 copy color: '#E6BA59'

red 230 ◦ green 186 ◦ blue 89

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

Shades of Ronchi #E6BA59

Tints of Ronchi #E6BA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.62%

R = 45.54%
G = 36.83%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6BA59 (or 0xE6BA59) is known color: Ronchi. HEX triplet: E6, BA and 59. RGB value is (230,186,89). Sum of RGB (Red+Green+Blue) = 230+186+89=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA59 is #1945A6. Grayscale: #BCBCBC. Windows color (decimal): -1656231 or 5880550. OLE color: 5880550.

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

Color convert

RGB 230 186 89 -
CMYK 0 0.19 0.61 0.10
HSL 41.28º 0.74% 0.63% -
HSV(B) 41.28º 0.61% 0.9% -
XYZ 52 52.66 16.88 -
YUV 188.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 230 186 89 0 0.19 0.61 0.10 41.28 0.74 0.63
Hex E6 BA 59 0 13 3D A 29 4A 3F
Octal 346 272 131 0 23 75 12 51 112 77
Binary 11100110 10111010 1011001 0 10011 111101 1010 101001 1001010 111111

Color Harmonies of #E6BA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA59

Black with #E6BA59

Text Example


Text Example

White with #E6BA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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