Html Css Color HEX #E2BF59 Ronchi

📋 copy color: '#E2BF59'

red 226 ◦ green 191 ◦ blue 89

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

Shades of Ronchi #E2BF59

Tints of Ronchi #E2BF59

RGB

 RED value IS 226 (88.67% from 255) = 44.66%

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

 BLUE value IS 89 (35.16% from 255) = 17.59%

R = 44.66%
G = 37.75%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E2BF59 (or 0xE2BF59) is known color: Ronchi. HEX triplet: E2, BF and 59. RGB value is (226,191,89). Sum of RGB (Red+Green+Blue) = 226+191+89=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF59 is #1D40A6. Grayscale: #BEBEBE. Windows color (decimal): -1917095 or 5881826. OLE color: 5881826.

HSL color Cylindrical-coordinate representation of color #E2BF59: hue angle of 44.67º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2BF59 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 89 -
CMYK 0 0.15 0.61 0.11
HSL 44.67º 0.7% 0.62% -
HSV(B) 44.67º 0.61% 0.89% -
XYZ 51.8 54.15 17.17 -
YUV 189.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 226 191 89 0 0.15 0.61 0.11 44.67 0.7 0.62
Hex E2 BF 59 0 F 3D B 2D 46 3E
Octal 342 277 131 0 17 75 13 55 106 76
Binary 11100010 10111111 1011001 0 1111 111101 1011 101101 1000110 111110

Color Harmonies of #E2BF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF59

Black with #E2BF59

Text Example


Text Example

White with #E2BF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF59; }

 p { color: rgb(226,191,89); }

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

background-color css

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

 a { background-color: rgb(226,191,89); }

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

border-color css

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

 span { border-color: rgb(226,191,89); }

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