Html Css Color HEX #E8B94A Ronchi

📋 copy color: '#E8B94A'

red 232 ◦ green 185 ◦ blue 74

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

Shades of Ronchi #E8B94A

Tints of Ronchi #E8B94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 47.25%
G = 37.68%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8B94A (or 0xE8B94A) is known color: Ronchi. HEX triplet: E8, B9 and 4A. RGB value is (232,185,74). Sum of RGB (Red+Green+Blue) = 232+185+74=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B94A is #1746B5. Grayscale: #BABABA. Windows color (decimal): -1525430 or 4897256. OLE color: 4897256.

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

Color convert

RGB 232 185 74 -
CMYK 0 0.20 0.68 0.09
HSL 42.15º 0.77% 0.6% -
HSV(B) 42.15º 0.68% 0.91% -
XYZ 51.86 52.35 13.85 -
YUV 186.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 232 185 74 0 0.20 0.68 0.09 42.15 0.77 0.6
Hex E8 B9 4A 0 14 44 9 2A 4D 3C
Octal 350 271 112 0 24 104 11 52 115 74
Binary 11101000 10111001 1001010 0 10100 1000100 1001 101010 1001101 111100

Color Harmonies of #E8B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B94A

Black with #E8B94A

Text Example


Text Example

White with #E8B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B94A; }

 p { color: rgb(232,185,74); }

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

background-color css

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

 a { background-color: rgb(232,185,74); }

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

border-color css

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

 span { border-color: rgb(232,185,74); }

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