Html Css Color HEX #E0BD56 Ronchi

📋 copy color: '#E0BD56'

red 224 ◦ green 189 ◦ blue 86

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

Shades of Ronchi #E0BD56

Tints of Ronchi #E0BD56

RGB

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

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

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

R = 44.89%
G = 37.88%
B = 17.23%

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

#E0BD56 (or 0xE0BD56) is known color: Ronchi. HEX triplet: E0, BD and 56. RGB value is (224,189,86). Sum of RGB (Red+Green+Blue) = 224+189+86=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD56 is #1F42A9. Grayscale: #BCBCBC. Windows color (decimal): -2048682 or 5684704. OLE color: 5684704.

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

Color convert

RGB 224 189 86 -
CMYK 0 0.16 0.62 0.12
HSL 44.78º 0.69% 0.61% -
HSV(B) 44.78º 0.62% 0.88% -
XYZ 50.62 52.91 16.35 -
YUV 187.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 224 189 86 0 0.16 0.62 0.12 44.78 0.69 0.61
Hex E0 BD 56 0 10 3E C 2D 45 3D
Octal 340 275 126 0 20 76 14 55 105 75
Binary 11100000 10111101 1010110 0 10000 111110 1100 101101 1000101 111101

Color Harmonies of #E0BD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD56

Black with #E0BD56

Text Example


Text Example

White with #E0BD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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