Html Css Color HEX #E0B94A Ronchi

📋 copy color: '#E0B94A'

red 224 ◦ green 185 ◦ blue 74

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

Shades of Ronchi #E0B94A

Tints of Ronchi #E0B94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 46.38%
G = 38.3%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0B94A (or 0xE0B94A) is known color: Ronchi. HEX triplet: E0, B9 and 4A. RGB value is (224,185,74). Sum of RGB (Red+Green+Blue) = 224+185+74=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B94A is #1F46B5. Grayscale: #B8B8B8. Windows color (decimal): -2049718 or 4897248. OLE color: 4897248.

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

Color convert

RGB 224 185 74 -
CMYK 0 0.17 0.67 0.12
HSL 44.4º 0.71% 0.58% -
HSV(B) 44.4º 0.67% 0.88% -
XYZ 49.33 51.04 13.73 -
YUV 184.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 224 185 74 0 0.17 0.67 0.12 44.4 0.71 0.58
Hex E0 B9 4A 0 11 43 C 2C 47 3A
Octal 340 271 112 0 21 103 14 54 107 72
Binary 11100000 10111001 1001010 0 10001 1000011 1100 101100 1000111 111010

Color Harmonies of #E0B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B94A

Black with #E0B94A

Text Example


Text Example

White with #E0B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B94A; }

 p { color: rgb(224,185,74); }

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

background-color css

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

 a { background-color: rgb(224,185,74); }

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

border-color css

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

 span { border-color: rgb(224,185,74); }

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