Html Css Color HEX #E0BD51 Ronchi

📋 copy color: '#E0BD51'

red 224 ◦ green 189 ◦ blue 81

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

Shades of Ronchi #E0BD51

Tints of Ronchi #E0BD51

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.26%

 BLUE value IS 81 (32.03% from 255) = 16.4%

R = 45.34%
G = 38.26%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0BD51 (or 0xE0BD51) is known color: Ronchi. HEX triplet: E0, BD and 51. RGB value is (224,189,81). Sum of RGB (Red+Green+Blue) = 224+189+81=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD51 is #1F42AE. Grayscale: #BBBBBB. Windows color (decimal): -2048687 or 5357024. OLE color: 5357024.

HSL color Cylindrical-coordinate representation of color #E0BD51: hue angle of 45.31º 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 #E0BD51 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 81 -
CMYK 0 0.16 0.64 0.12
HSL 45.31º 0.7% 0.6% -
HSV(B) 45.31º 0.64% 0.88% -
XYZ 50.42 52.84 15.33 -
YUV 187.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 224 189 81 0 0.16 0.64 0.12 45.31 0.7 0.6
Hex E0 BD 51 0 10 40 C 2D 46 3C
Octal 340 275 121 0 20 100 14 55 106 74
Binary 11100000 10111101 1010001 0 10000 1000000 1100 101101 1000110 111100

Color Harmonies of #E0BD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD51

Black with #E0BD51

Text Example


Text Example

White with #E0BD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD51; }

 p { color: rgb(224,189,81); }

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

background-color css

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

 a { background-color: rgb(224,189,81); }

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

border-color css

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

 span { border-color: rgb(224,189,81); }

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