Html Css Color HEX #E1B552 Ronchi

📋 copy color: '#E1B552'

red 225 ◦ green 181 ◦ blue 82

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

Shades of Ronchi #E1B552

Tints of Ronchi #E1B552

RGB

 RED value IS 225 (88.28% from 255) = 46.11%

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

 BLUE value IS 82 (32.42% from 255) = 16.8%

R = 46.11%
G = 37.09%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1B552 (or 0xE1B552) is known color: Ronchi. HEX triplet: E1, B5 and 52. RGB value is (225,181,82). Sum of RGB (Red+Green+Blue) = 225+181+82=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B552 is #1E4AAD. Grayscale: #B7B7B7. Windows color (decimal): -1985198 or 5420513. OLE color: 5420513.

HSL color Cylindrical-coordinate representation of color #E1B552: hue angle of 41.54º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1B552 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 181 82 -
CMYK 0 0.20 0.64 0.12
HSL 41.54º 0.7% 0.6% -
HSV(B) 41.54º 0.64% 0.88% -
XYZ 49.1 49.66 14.98 -
YUV 182.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 225 181 82 0 0.20 0.64 0.12 41.54 0.7 0.6
Hex E1 B5 52 0 14 40 C 2A 46 3C
Octal 341 265 122 0 24 100 14 52 106 74
Binary 11100001 10110101 1010010 0 10100 1000000 1100 101010 1000110 111100

Color Harmonies of #E1B552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B552

Black with #E1B552

Text Example


Text Example

White with #E1B552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B552; }

 p { color: rgb(225,181,82); }

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

background-color css

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

 a { background-color: rgb(225,181,82); }

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

border-color css

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

 span { border-color: rgb(225,181,82); }

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