Html Css Color HEX #E1BD4D Ronchi

📋 copy color: '#E1BD4D'

red 225 ◦ green 189 ◦ blue 77

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

Shades of Ronchi #E1BD4D

Tints of Ronchi #E1BD4D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

 BLUE value IS 77 (30.47% from 255) = 15.68%

R = 45.82%
G = 38.49%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1BD4D (or 0xE1BD4D) is known color: Ronchi. HEX triplet: E1, BD and 4D. RGB value is (225,189,77). Sum of RGB (Red+Green+Blue) = 225+189+77=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD4D is #1E42B2. Grayscale: #BBBBBB. Windows color (decimal): -1983155 or 5094881. OLE color: 5094881.

HSL color Cylindrical-coordinate representation of color #E1BD4D: hue angle of 45.41º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1BD4D is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 77 -
CMYK 0 0.16 0.66 0.12
HSL 45.41º 0.71% 0.59% -
HSV(B) 45.41º 0.66% 0.88% -
XYZ 50.59 52.94 14.57 -
YUV 187 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 225 189 77 0 0.16 0.66 0.12 45.41 0.71 0.59
Hex E1 BD 4D 0 10 42 C 2D 47 3B
Octal 341 275 115 0 20 102 14 55 107 73
Binary 11100001 10111101 1001101 0 10000 1000010 1100 101101 1000111 111011

Color Harmonies of #E1BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD4D

Black with #E1BD4D

Text Example


Text Example

White with #E1BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD4D; }

 p { color: rgb(225,189,77); }

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

background-color css

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

 a { background-color: rgb(225,189,77); }

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

border-color css

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

 span { border-color: rgb(225,189,77); }

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