Html Css Color HEX #E4BF5E Ronchi

📋 copy color: '#E4BF5E'

red 228 ◦ green 191 ◦ blue 94

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

Shades of Ronchi #E4BF5E

Tints of Ronchi #E4BF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.32%

R = 44.44%
G = 37.23%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E4BF5E (or 0xE4BF5E) is known color: Ronchi. HEX triplet: E4, BF and 5E. RGB value is (228,191,94). Sum of RGB (Red+Green+Blue) = 228+191+94=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BF5E is #1B40A1. Grayscale: #BFBFBF. Windows color (decimal): -1786018 or 6209508. OLE color: 6209508.

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

Color convert

RGB 228 191 94 -
CMYK 0 0.16 0.59 0.11
HSL 43.43º 0.71% 0.63% -
HSV(B) 43.43º 0.59% 0.89% -
XYZ 52.65 54.56 18.35 -
YUV 191.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 228 191 94 0 0.16 0.59 0.11 43.43 0.71 0.63
Hex E4 BF 5E 0 10 3B B 2B 47 3F
Octal 344 277 136 0 20 73 13 53 107 77
Binary 11100100 10111111 1011110 0 10000 111011 1011 101011 1000111 111111

Color Harmonies of #E4BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BF5E

Black with #E4BF5E

Text Example


Text Example

White with #E4BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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