Html Css Color HEX #E5B75D Ronchi

📋 copy color: '#E5B75D'

red 229 ◦ green 183 ◦ blue 93

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

Shades of Ronchi #E5B75D

Tints of Ronchi #E5B75D

RGB

 RED value IS 229 (89.84% from 255) = 45.35%

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

 BLUE value IS 93 (36.72% from 255) = 18.42%

R = 45.35%
G = 36.24%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5B75D (or 0xE5B75D) is known color: Ronchi. HEX triplet: E5, B7 and 5D. RGB value is (229,183,93). Sum of RGB (Red+Green+Blue) = 229+183+93=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B75D is #1A48A2. Grayscale: #BABABA. Windows color (decimal): -1722531 or 6141925. OLE color: 6141925.

HSL color Cylindrical-coordinate representation of color #E5B75D: hue angle of 39.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5B75D is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 183 93 -
CMYK 0 0.20 0.59 0.10
HSL 39.71º 0.72% 0.63% -
HSV(B) 39.71º 0.59% 0.9% -
XYZ 51.22 51.32 17.56 -
YUV 186.49 75.24 158.32 -
System Red Green Blue C M Y K H S L
Decimal 229 183 93 0 0.20 0.59 0.10 39.71 0.72 0.63
Hex E5 B7 5D 0 14 3B A 28 48 3F
Octal 345 267 135 0 24 73 12 50 110 77
Binary 11100101 10110111 1011101 0 10100 111011 1010 101000 1001000 111111

Color Harmonies of #E5B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B75D

Black with #E5B75D

Text Example


Text Example

White with #E5B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B75D; }

 p { color: rgb(229,183,93); }

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

background-color css

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

 a { background-color: rgb(229,183,93); }

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

border-color css

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

 span { border-color: rgb(229,183,93); }

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