Html Css Color HEX #E5BC5B Ronchi

📋 copy color: '#E5BC5B'

red 229 ◦ green 188 ◦ blue 91

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

Shades of Ronchi #E5BC5B

Tints of Ronchi #E5BC5B

RGB

 RED value IS 229 (89.84% from 255) = 45.08%

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

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 45.08%
G = 37.01%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5BC5B (or 0xE5BC5B) is known color: Ronchi. HEX triplet: E5, BC and 5B. RGB value is (229,188,91). Sum of RGB (Red+Green+Blue) = 229+188+91=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC5B is #1A43A4. Grayscale: #BDBDBD. Windows color (decimal): -1721253 or 6012133. OLE color: 6012133.

HSL color Cylindrical-coordinate representation of color #E5BC5B: hue angle of 42.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5BC5B is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 91 -
CMYK 0 0.18 0.60 0.10
HSL 42.17º 0.73% 0.63% -
HSV(B) 42.17º 0.6% 0.9% -
XYZ 52.18 53.38 17.45 -
YUV 189.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 229 188 91 0 0.18 0.60 0.10 42.17 0.73 0.63
Hex E5 BC 5B 0 12 3C A 2A 49 3F
Octal 345 274 133 0 22 74 12 52 111 77
Binary 11100101 10111100 1011011 0 10010 111100 1010 101010 1001001 111111

Color Harmonies of #E5BC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC5B

Black with #E5BC5B

Text Example


Text Example

White with #E5BC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC5B; }

 p { color: rgb(229,188,91); }

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

background-color css

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

 a { background-color: rgb(229,188,91); }

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

border-color css

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

 span { border-color: rgb(229,188,91); }

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