Html Css Color HEX #E2BA4D Ronchi

📋 copy color: '#E2BA4D'

red 226 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #E2BA4D

Tints of Ronchi #E2BA4D

RGB

 RED value IS 226 (88.67% from 255) = 46.22%

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

 BLUE value IS 77 (30.47% from 255) = 15.75%

R = 46.22%
G = 38.04%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2BA4D (or 0xE2BA4D) is known color: Ronchi. HEX triplet: E2, BA and 4D. RGB value is (226,186,77). Sum of RGB (Red+Green+Blue) = 226+186+77=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA4D is #1D45B2. Grayscale: #BABABA. Windows color (decimal): -1918387 or 5094114. OLE color: 5094114.

HSL color Cylindrical-coordinate representation of color #E2BA4D: hue angle of 43.89º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2BA4D is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 186 77 -
CMYK 0 0.18 0.66 0.11
HSL 43.89º 0.72% 0.59% -
HSV(B) 43.89º 0.66% 0.89% -
XYZ 50.26 51.82 14.37 -
YUV 185.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 226 186 77 0 0.18 0.66 0.11 43.89 0.72 0.59
Hex E2 BA 4D 0 12 42 B 2C 48 3B
Octal 342 272 115 0 22 102 13 54 110 73
Binary 11100010 10111010 1001101 0 10010 1000010 1011 101100 1001000 111011

Color Harmonies of #E2BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA4D

Black with #E2BA4D

Text Example


Text Example

White with #E2BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA4D; }

 p { color: rgb(226,186,77); }

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

background-color css

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

 a { background-color: rgb(226,186,77); }

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

border-color css

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

 span { border-color: rgb(226,186,77); }

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