Html Css Color HEX #E0BC53 Ronchi

📋 copy color: '#E0BC53'

red 224 ◦ green 188 ◦ blue 83

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

Shades of Ronchi #E0BC53

Tints of Ronchi #E0BC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.77%

R = 45.25%
G = 37.98%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E0BC53 (or 0xE0BC53) is known color: Ronchi. HEX triplet: E0, BC and 53. RGB value is (224,188,83). Sum of RGB (Red+Green+Blue) = 224+188+83=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC53 is #1F43AC. Grayscale: #BBBBBB. Windows color (decimal): -2048941 or 5487840. OLE color: 5487840.

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

Color convert

RGB 224 188 83 -
CMYK 0 0.16 0.63 0.12
HSL 44.68º 0.69% 0.6% -
HSV(B) 44.68º 0.63% 0.88% -
XYZ 50.29 52.44 15.65 -
YUV 186.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 224 188 83 0 0.16 0.63 0.12 44.68 0.69 0.6
Hex E0 BC 53 0 10 3F C 2D 45 3C
Octal 340 274 123 0 20 77 14 55 105 74
Binary 11100000 10111100 1010011 0 10000 111111 1100 101101 1000101 111100

Color Harmonies of #E0BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC53

Black with #E0BC53

Text Example


Text Example

White with #E0BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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