Html Css Color HEX #E2B54C Ronchi

📋 copy color: '#E2B54C'

red 226 ◦ green 181 ◦ blue 76

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

Shades of Ronchi #E2B54C

Tints of Ronchi #E2B54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.47%

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

R = 46.79%
G = 37.47%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2B54C (or 0xE2B54C) is known color: Ronchi. HEX triplet: E2, B5 and 4C. RGB value is (226,181,76). Sum of RGB (Red+Green+Blue) = 226+181+76=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B54C is #1D4AB3. Grayscale: #B6B6B6. Windows color (decimal): -1919668 or 5027298. OLE color: 5027298.

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

Color convert

RGB 226 181 76 -
CMYK 0 0.20 0.66 0.11
HSL 42º 0.72% 0.59% -
HSV(B) 42º 0.66% 0.89% -
XYZ 49.19 49.74 13.85 -
YUV 182.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 226 181 76 0 0.20 0.66 0.11 42 0.72 0.59
Hex E2 B5 4C 0 14 42 B 2A 48 3B
Octal 342 265 114 0 24 102 13 52 110 73
Binary 11100010 10110101 1001100 0 10100 1000010 1011 101010 1001000 111011

Color Harmonies of #E2B54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B54C

Black with #E2B54C

Text Example


Text Example

White with #E2B54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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