Html Css Color HEX #E4BF60 Ronchi

📋 copy color: '#E4BF60'

red 228 ◦ green 191 ◦ blue 96

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

Shades of Ronchi #E4BF60

Tints of Ronchi #E4BF60

RGB

 RED value IS 228 (89.45% from 255) = 44.27%

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

 BLUE value IS 96 (37.89% from 255) = 18.64%

R = 44.27%
G = 37.09%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E4BF60 (or 0xE4BF60) is known color: Ronchi. HEX triplet: E4, BF and 60. RGB value is (228,191,96). Sum of RGB (Red+Green+Blue) = 228+191+96=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BF60 is #1B409F. Grayscale: #BFBFBF. Windows color (decimal): -1786016 or 6340580. OLE color: 6340580.

HSL color Cylindrical-coordinate representation of color #E4BF60: hue angle of 43.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4BF60 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 191 96 -
CMYK 0 0.16 0.58 0.11
HSL 43.18º 0.71% 0.64% -
HSV(B) 43.18º 0.58% 0.89% -
XYZ 52.74 54.6 18.83 -
YUV 191.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 228 191 96 0 0.16 0.58 0.11 43.18 0.71 0.64
Hex E4 BF 60 0 10 3A B 2B 47 40
Octal 344 277 140 0 20 72 13 53 107 100
Binary 11100100 10111111 1100000 0 10000 111010 1011 101011 1000111 1000000

Color Harmonies of #E4BF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BF60

Black with #E4BF60

Text Example


Text Example

White with #E4BF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BF60; }

 p { color: rgb(228,191,96); }

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

background-color css

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

 a { background-color: rgb(228,191,96); }

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

border-color css

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

 span { border-color: rgb(228,191,96); }

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