Html Css Color HEX #E0BA4B Ronchi

📋 copy color: '#E0BA4B'

red 224 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #E0BA4B

Tints of Ronchi #E0BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.46%

R = 46.19%
G = 38.35%
B = 15.46%

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

#E0BA4B (or 0xE0BA4B) is known color: Ronchi. HEX triplet: E0, BA and 4B. RGB value is (224,186,75). Sum of RGB (Red+Green+Blue) = 224+186+75=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA4B is #1F45B4. Grayscale: #B9B9B9. Windows color (decimal): -2049461 or 4963040. OLE color: 4963040.

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

Color convert

RGB 224 186 75 -
CMYK 0 0.17 0.67 0.12
HSL 44.7º 0.71% 0.59% -
HSV(B) 44.7º 0.67% 0.88% -
XYZ 49.57 51.47 13.98 -
YUV 184.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 224 186 75 0 0.17 0.67 0.12 44.7 0.71 0.59
Hex E0 BA 4B 0 11 43 C 2D 47 3B
Octal 340 272 113 0 21 103 14 55 107 73
Binary 11100000 10111010 1001011 0 10001 1000011 1100 101101 1000111 111011

Color Harmonies of #E0BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA4B

Black with #E0BA4B

Text Example


Text Example

White with #E0BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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