Html Css Color HEX #E0BC58 Ronchi

📋 copy color: '#E0BC58'

red 224 ◦ green 188 ◦ blue 88

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

Shades of Ronchi #E0BC58

Tints of Ronchi #E0BC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.6%

R = 44.8%
G = 37.6%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E0BC58 (or 0xE0BC58) is known color: Ronchi. HEX triplet: E0, BC and 58. RGB value is (224,188,88). Sum of RGB (Red+Green+Blue) = 224+188+88=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC58 is #1F43A7. Grayscale: #BBBBBB. Windows color (decimal): -2048936 or 5815520. OLE color: 5815520.

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

Color convert

RGB 224 188 88 -
CMYK 0 0.16 0.61 0.12
HSL 44.12º 0.69% 0.61% -
HSV(B) 44.12º 0.61% 0.88% -
XYZ 50.49 52.52 16.71 -
YUV 187.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 224 188 88 0 0.16 0.61 0.12 44.12 0.69 0.61
Hex E0 BC 58 0 10 3D C 2C 45 3D
Octal 340 274 130 0 20 75 14 54 105 75
Binary 11100000 10111100 1011000 0 10000 111101 1100 101100 1000101 111101

Color Harmonies of #E0BC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC58

Black with #E0BC58

Text Example


Text Example

White with #E0BC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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