Html Css Color HEX #E5BF5A Ronchi

📋 copy color: '#E5BF5A'

red 229 ◦ green 191 ◦ blue 90

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

Shades of Ronchi #E5BF5A

Tints of Ronchi #E5BF5A

RGB

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

 GREEN value IS 191 (75% from 255) = 37.45%

 BLUE value IS 90 (35.55% from 255) = 17.65%

R = 44.9%
G = 37.45%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5BF5A (or 0xE5BF5A) is known color: Ronchi. HEX triplet: E5, BF and 5A. RGB value is (229,191,90). Sum of RGB (Red+Green+Blue) = 229+191+90=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF5A is #1A40A5. Grayscale: #BFBFBF. Windows color (decimal): -1720486 or 5947365. OLE color: 5947365.

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

Color convert

RGB 229 191 90 -
CMYK 0 0.17 0.61 0.10
HSL 43.6º 0.73% 0.63% -
HSV(B) 43.6º 0.61% 0.9% -
XYZ 52.79 54.66 17.44 -
YUV 190.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 229 191 90 0 0.17 0.61 0.10 43.6 0.73 0.63
Hex E5 BF 5A 0 11 3D A 2C 49 3F
Octal 345 277 132 0 21 75 12 54 111 77
Binary 11100101 10111111 1011010 0 10001 111101 1010 101100 1001001 111111

Color Harmonies of #E5BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF5A

Black with #E5BF5A

Text Example


Text Example

White with #E5BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF5A; }

 p { color: rgb(229,191,90); }

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

background-color css

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

 a { background-color: rgb(229,191,90); }

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

border-color css

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

 span { border-color: rgb(229,191,90); }

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