Html Css Color HEX #E1BC52 Ronchi

📋 copy color: '#E1BC52'

red 225 ◦ green 188 ◦ blue 82

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

Shades of Ronchi #E1BC52

Tints of Ronchi #E1BC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

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

R = 45.45%
G = 37.98%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1BC52 (or 0xE1BC52) is known color: Ronchi. HEX triplet: E1, BC and 52. RGB value is (225,188,82). Sum of RGB (Red+Green+Blue) = 225+188+82=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC52 is #1E43AD. Grayscale: #BBBBBB. Windows color (decimal): -1983406 or 5422305. OLE color: 5422305.

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

Color convert

RGB 225 188 82 -
CMYK 0 0.16 0.64 0.12
HSL 44.48º 0.7% 0.6% -
HSV(B) 44.48º 0.64% 0.88% -
XYZ 50.56 52.58 15.47 -
YUV 186.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 225 188 82 0 0.16 0.64 0.12 44.48 0.7 0.6
Hex E1 BC 52 0 10 40 C 2C 46 3C
Octal 341 274 122 0 20 100 14 54 106 74
Binary 11100001 10111100 1010010 0 10000 1000000 1100 101100 1000110 111100

Color Harmonies of #E1BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC52

Black with #E1BC52

Text Example


Text Example

White with #E1BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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