Html Css Color HEX #E0BE5A Ronchi

📋 copy color: '#E0BE5A'

red 224 ◦ green 190 ◦ blue 90

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

Shades of Ronchi #E0BE5A

Tints of Ronchi #E0BE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 44.44%
G = 37.7%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0BE5A (or 0xE0BE5A) is known color: Ronchi. HEX triplet: E0, BE and 5A. RGB value is (224,190,90). Sum of RGB (Red+Green+Blue) = 224+190+90=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BE5A is #1F41A5. Grayscale: #BDBDBD. Windows color (decimal): -2048422 or 5947104. OLE color: 5947104.

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

Color convert

RGB 224 190 90 -
CMYK 0 0.15 0.60 0.12
HSL 44.78º 0.68% 0.62% -
HSV(B) 44.78º 0.6% 0.88% -
XYZ 51 53.41 17.29 -
YUV 188.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 224 190 90 0 0.15 0.60 0.12 44.78 0.68 0.62
Hex E0 BE 5A 0 F 3C C 2D 44 3E
Octal 340 276 132 0 17 74 14 55 104 76
Binary 11100000 10111110 1011010 0 1111 111100 1100 101101 1000100 111110

Color Harmonies of #E0BE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BE5A

Black with #E0BE5A

Text Example


Text Example

White with #E0BE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BE5A; }

 p { color: rgb(224,190,90); }

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

background-color css

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

 a { background-color: rgb(224,190,90); }

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

border-color css

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

 span { border-color: rgb(224,190,90); }

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