Html Css Color HEX #E2BF58 Ronchi

📋 copy color: '#E2BF58'

red 226 ◦ green 191 ◦ blue 88

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

Shades of Ronchi #E2BF58

Tints of Ronchi #E2BF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.43%

R = 44.75%
G = 37.82%
B = 17.43%

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

#E2BF58 (or 0xE2BF58) is known color: Ronchi. HEX triplet: E2, BF and 58. RGB value is (226,191,88). Sum of RGB (Red+Green+Blue) = 226+191+88=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF58 is #1D40A7. Grayscale: #BEBEBE. Windows color (decimal): -1917096 or 5816290. OLE color: 5816290.

HSL color Cylindrical-coordinate representation of color #E2BF58: hue angle of 44.78º 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 #E2BF58 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 88 -
CMYK 0 0.15 0.61 0.11
HSL 44.78º 0.7% 0.62% -
HSV(B) 44.78º 0.61% 0.89% -
XYZ 51.76 54.13 16.95 -
YUV 189.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 226 191 88 0 0.15 0.61 0.11 44.78 0.7 0.62
Hex E2 BF 58 0 F 3D B 2D 46 3E
Octal 342 277 130 0 17 75 13 55 106 76
Binary 11100010 10111111 1011000 0 1111 111101 1011 101101 1000110 111110

Color Harmonies of #E2BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF58

Black with #E2BF58

Text Example


Text Example

White with #E2BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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