Html Css Color HEX #E0BA4A Ronchi

📋 copy color: '#E0BA4A'

red 224 ◦ green 186 ◦ blue 74

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

Shades of Ronchi #E0BA4A

Tints of Ronchi #E0BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.43%

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

R = 46.28%
G = 38.43%
B = 15.29%

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

#E0BA4A (or 0xE0BA4A) is known color: Ronchi. HEX triplet: E0, BA and 4A. RGB value is (224,186,74). Sum of RGB (Red+Green+Blue) = 224+186+74=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA4A is #1F45B5. Grayscale: #B9B9B9. Windows color (decimal): -2049462 or 4897504. OLE color: 4897504.

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

Color convert

RGB 224 186 74 -
CMYK 0 0.17 0.67 0.12
HSL 44.8º 0.71% 0.58% -
HSV(B) 44.8º 0.67% 0.88% -
XYZ 49.54 51.46 13.8 -
YUV 184.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 224 186 74 0 0.17 0.67 0.12 44.8 0.71 0.58
Hex E0 BA 4A 0 11 43 C 2D 47 3A
Octal 340 272 112 0 21 103 14 55 107 72
Binary 11100000 10111010 1001010 0 10001 1000011 1100 101101 1000111 111010

Color Harmonies of #E0BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA4A

Black with #E0BA4A

Text Example


Text Example

White with #E0BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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