Html Css Color HEX #E2BB4C Ronchi

📋 copy color: '#E2BB4C'

red 226 ◦ green 187 ◦ blue 76

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

Shades of Ronchi #E2BB4C

Tints of Ronchi #E2BB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 46.22%
G = 38.24%
B = 15.54%

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

#E2BB4C (or 0xE2BB4C) is known color: Ronchi. HEX triplet: E2, BB and 4C. RGB value is (226,187,76). Sum of RGB (Red+Green+Blue) = 226+187+76=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BB4C is #1D44B3. Grayscale: #BABABA. Windows color (decimal): -1918132 or 5028834. OLE color: 5028834.

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

Color convert

RGB 226 187 76 -
CMYK 0 0.17 0.66 0.11
HSL 44.4º 0.72% 0.59% -
HSV(B) 44.4º 0.66% 0.89% -
XYZ 50.44 52.23 14.26 -
YUV 186.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 226 187 76 0 0.17 0.66 0.11 44.4 0.72 0.59
Hex E2 BB 4C 0 11 42 B 2C 48 3B
Octal 342 273 114 0 21 102 13 54 110 73
Binary 11100010 10111011 1001100 0 10001 1000010 1011 101100 1001000 111011

Color Harmonies of #E2BB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BB4C

Black with #E2BB4C

Text Example


Text Example

White with #E2BB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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