Html Css Color HEX #E0BD5B Ronchi

📋 copy color: '#E0BD5B'

red 224 ◦ green 189 ◦ blue 91

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

Shades of Ronchi #E0BD5B

Tints of Ronchi #E0BD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.06%

R = 44.44%
G = 37.5%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0BD5B (or 0xE0BD5B) is known color: Ronchi. HEX triplet: E0, BD and 5B. RGB value is (224,189,91). Sum of RGB (Red+Green+Blue) = 224+189+91=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD5B is #1F42A4. Grayscale: #BCBCBC. Windows color (decimal): -2048677 or 6012384. OLE color: 6012384.

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

Color convert

RGB 224 189 91 -
CMYK 0 0.16 0.59 0.12
HSL 44.21º 0.68% 0.62% -
HSV(B) 44.21º 0.59% 0.88% -
XYZ 50.83 53 17.45 -
YUV 188.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 224 189 91 0 0.16 0.59 0.12 44.21 0.68 0.62
Hex E0 BD 5B 0 10 3B C 2C 44 3E
Octal 340 275 133 0 20 73 14 54 104 76
Binary 11100000 10111101 1011011 0 10000 111011 1100 101100 1000100 111110

Color Harmonies of #E0BD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD5B

Black with #E0BD5B

Text Example


Text Example

White with #E0BD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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