Html Css Color HEX #E0BB50 Ronchi

📋 copy color: '#E0BB50'

red 224 ◦ green 187 ◦ blue 80

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

Shades of Ronchi #E0BB50

Tints of Ronchi #E0BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 80 (31.64% from 255) = 16.29%

R = 45.62%
G = 38.09%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0BB50 (or 0xE0BB50) is known color: Ronchi. HEX triplet: E0, BB and 50. RGB value is (224,187,80). Sum of RGB (Red+Green+Blue) = 224+187+80=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB50 is #1F44AF. Grayscale: #BABABA. Windows color (decimal): -2049200 or 5290976. OLE color: 5290976.

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

Color convert

RGB 224 187 80 -
CMYK 0 0.17 0.64 0.12
HSL 44.58º 0.7% 0.6% -
HSV(B) 44.58º 0.64% 0.88% -
XYZ 49.96 51.97 14.99 -
YUV 185.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 224 187 80 0 0.17 0.64 0.12 44.58 0.7 0.6
Hex E0 BB 50 0 11 40 C 2D 46 3C
Octal 340 273 120 0 21 100 14 55 106 74
Binary 11100000 10111011 1010000 0 10001 1000000 1100 101101 1000110 111100

Color Harmonies of #E0BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB50

Black with #E0BB50

Text Example


Text Example

White with #E0BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB50; }

 p { color: rgb(224,187,80); }

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

background-color css

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

 a { background-color: rgb(224,187,80); }

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

border-color css

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

 span { border-color: rgb(224,187,80); }

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