Html Css Color HEX #E4BF5A Ronchi

📋 copy color: '#E4BF5A'

red 228 ◦ green 191 ◦ blue 90

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

Shades of Ronchi #E4BF5A

Tints of Ronchi #E4BF5A

RGB

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

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

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

R = 44.79%
G = 37.52%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E4BF5A (or 0xE4BF5A) is known color: Ronchi. HEX triplet: E4, BF and 5A. RGB value is (228,191,90). Sum of RGB (Red+Green+Blue) = 228+191+90=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BF5A is #1B40A5. Grayscale: #BEBEBE. Windows color (decimal): -1786022 or 5947364. OLE color: 5947364.

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

Color convert

RGB 228 191 90 -
CMYK 0 0.16 0.61 0.11
HSL 43.91º 0.72% 0.62% -
HSV(B) 43.91º 0.61% 0.89% -
XYZ 52.47 54.49 17.43 -
YUV 190.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 228 191 90 0 0.16 0.61 0.11 43.91 0.72 0.62
Hex E4 BF 5A 0 10 3D B 2C 48 3E
Octal 344 277 132 0 20 75 13 54 110 76
Binary 11100100 10111111 1011010 0 10000 111101 1011 101100 1001000 111110

Color Harmonies of #E4BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BF5A

Black with #E4BF5A

Text Example


Text Example

White with #E4BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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