Html Css Color HEX #E2BB4D Ronchi

📋 copy color: '#E2BB4D'

red 226 ◦ green 187 ◦ blue 77

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

Shades of Ronchi #E2BB4D

Tints of Ronchi #E2BB4D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

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

R = 46.12%
G = 38.16%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2BB4D (or 0xE2BB4D) is known color: Ronchi. HEX triplet: E2, BB and 4D. RGB value is (226,187,77). Sum of RGB (Red+Green+Blue) = 226+187+77=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BB4D is #1D44B2. Grayscale: #BABABA. Windows color (decimal): -1918131 or 5094370. OLE color: 5094370.

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

Color convert

RGB 226 187 77 -
CMYK 0 0.17 0.66 0.11
HSL 44.3º 0.72% 0.59% -
HSV(B) 44.3º 0.66% 0.89% -
XYZ 50.47 52.25 14.45 -
YUV 186.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 226 187 77 0 0.17 0.66 0.11 44.3 0.72 0.59
Hex E2 BB 4D 0 11 42 B 2C 48 3B
Octal 342 273 115 0 21 102 13 54 110 73
Binary 11100010 10111011 1001101 0 10001 1000010 1011 101100 1001000 111011

Color Harmonies of #E2BB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BB4D

Black with #E2BB4D

Text Example


Text Example

White with #E2BB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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