Html Css Color HEX #E0BC56 Ronchi

📋 copy color: '#E0BC56'

red 224 ◦ green 188 ◦ blue 86

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

Shades of Ronchi #E0BC56

Tints of Ronchi #E0BC56

RGB

 RED value IS 224 (87.89% from 255) = 44.98%

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

 BLUE value IS 86 (33.98% from 255) = 17.27%

R = 44.98%
G = 37.75%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E0BC56 (or 0xE0BC56) is known color: Ronchi. HEX triplet: E0, BC and 56. RGB value is (224,188,86). Sum of RGB (Red+Green+Blue) = 224+188+86=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC56 is #1F43A9. Grayscale: #BBBBBB. Windows color (decimal): -2048938 or 5684448. OLE color: 5684448.

HSL color Cylindrical-coordinate representation of color #E0BC56: hue angle of 44.35º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0BC56 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 86 -
CMYK 0 0.16 0.62 0.12
HSL 44.35º 0.69% 0.61% -
HSV(B) 44.35º 0.62% 0.88% -
XYZ 50.4 52.49 16.28 -
YUV 187.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 224 188 86 0 0.16 0.62 0.12 44.35 0.69 0.61
Hex E0 BC 56 0 10 3E C 2C 45 3D
Octal 340 274 126 0 20 76 14 54 105 75
Binary 11100000 10111100 1010110 0 10000 111110 1100 101100 1000101 111101

Color Harmonies of #E0BC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC56

Black with #E0BC56

Text Example


Text Example

White with #E0BC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC56; }

 p { color: rgb(224,188,86); }

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

background-color css

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

 a { background-color: rgb(224,188,86); }

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

border-color css

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

 span { border-color: rgb(224,188,86); }

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