Html Css Color HEX #E8BA4F Ronchi

📋 copy color: '#E8BA4F'

red 232 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #E8BA4F

Tints of Ronchi #E8BA4F

RGB

 RED value IS 232 (91.02% from 255) = 46.68%

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 79 (31.25% from 255) = 15.9%

R = 46.68%
G = 37.42%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8BA4F (or 0xE8BA4F) is known color: Ronchi. HEX triplet: E8, BA and 4F. RGB value is (232,186,79). Sum of RGB (Red+Green+Blue) = 232+186+79=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA4F is #1745B0. Grayscale: #BCBCBC. Windows color (decimal): -1525169 or 5225192. OLE color: 5225192.

HSL color Cylindrical-coordinate representation of color #E8BA4F: hue angle of 41.96º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8BA4F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 186 79 -
CMYK 0 0.20 0.66 0.09
HSL 41.96º 0.77% 0.61% -
HSV(B) 41.96º 0.66% 0.91% -
XYZ 52.25 52.84 14.84 -
YUV 187.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 232 186 79 0 0.20 0.66 0.09 41.96 0.77 0.61
Hex E8 BA 4F 0 14 42 9 2A 4D 3D
Octal 350 272 117 0 24 102 11 52 115 75
Binary 11101000 10111010 1001111 0 10100 1000010 1001 101010 1001101 111101

Color Harmonies of #E8BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BA4F

Black with #E8BA4F

Text Example


Text Example

White with #E8BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BA4F; }

 p { color: rgb(232,186,79); }

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

background-color css

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

 a { background-color: rgb(232,186,79); }

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

border-color css

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

 span { border-color: rgb(232,186,79); }

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