Html Css Color HEX #E9BC5E Ronchi

📋 copy color: '#E9BC5E'

red 233 ◦ green 188 ◦ blue 94

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

Shades of Ronchi #E9BC5E

Tints of Ronchi #E9BC5E

RGB

 RED value IS 233 (91.41% from 255) = 45.24%

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 45.24%
G = 36.5%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9BC5E (or 0xE9BC5E) is known color: Ronchi. HEX triplet: E9, BC and 5E. RGB value is (233,188,94). Sum of RGB (Red+Green+Blue) = 233+188+94=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC5E is #1643A1. Grayscale: #BFBFBF. Windows color (decimal): -1459106 or 6208745. OLE color: 6208745.

HSL color Cylindrical-coordinate representation of color #E9BC5E: hue angle of 40.58º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9BC5E is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 188 94 -
CMYK 0 0.19 0.60 0.09
HSL 40.58º 0.76% 0.64% -
HSV(B) 40.58º 0.6% 0.91% -
XYZ 53.61 54.1 18.21 -
YUV 190.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 233 188 94 0 0.19 0.60 0.09 40.58 0.76 0.64
Hex E9 BC 5E 0 13 3C 9 29 4C 40
Octal 351 274 136 0 23 74 11 51 114 100
Binary 11101001 10111100 1011110 0 10011 111100 1001 101001 1001100 1000000

Color Harmonies of #E9BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BC5E

Black with #E9BC5E

Text Example


Text Example

White with #E9BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BC5E; }

 p { color: rgb(233,188,94); }

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

background-color css

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

 a { background-color: rgb(233,188,94); }

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

border-color css

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

 span { border-color: rgb(233,188,94); }

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