Html Css Color HEX #E1B752 Ronchi

📋 copy color: '#E1B752'

red 225 ◦ green 183 ◦ blue 82

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

Shades of Ronchi #E1B752

Tints of Ronchi #E1B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.35%

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

R = 45.92%
G = 37.35%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1B752 (or 0xE1B752) is known color: Ronchi. HEX triplet: E1, B7 and 52. RGB value is (225,183,82). Sum of RGB (Red+Green+Blue) = 225+183+82=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B752 is #1E48AD. Grayscale: #B8B8B8. Windows color (decimal): -1984686 or 5421025. OLE color: 5421025.

HSL color Cylindrical-coordinate representation of color #E1B752: hue angle of 42.38º 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 #E1B752 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 183 82 -
CMYK 0 0.19 0.64 0.12
HSL 42.38º 0.7% 0.6% -
HSV(B) 42.38º 0.64% 0.88% -
XYZ 49.51 50.48 15.12 -
YUV 184.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 225 183 82 0 0.19 0.64 0.12 42.38 0.7 0.6
Hex E1 B7 52 0 13 40 C 2A 46 3C
Octal 341 267 122 0 23 100 14 52 106 74
Binary 11100001 10110111 1010010 0 10011 1000000 1100 101010 1000110 111100

Color Harmonies of #E1B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B752

Black with #E1B752

Text Example


Text Example

White with #E1B752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B752; }

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

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

background-color css

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

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

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

border-color css

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

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

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